Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 1.94 KB

File metadata and controls

22 lines (16 loc) · 1.94 KB

core / org.rewedigital.dialog.model.dialogflow / WebhookResponse

WebhookResponse

data class WebhookResponse

Constructors

Name Summary
<init> WebhookResponse(fulfillmentText: String? = null, fulfillmentMessages: MutableList<Messages> = mutableListOf(), source: String? = null, payload: Payload? = null, outputContexts: MutableList<OutputContext> = mutableListOf(), followupEventInput: FollowupEventInput? = null)

Properties

Name Summary
followupEventInput var followupEventInput: FollowupEventInput?
fulfillmentMessages var fulfillmentMessages: MutableList<Messages>
fulfillmentText var fulfillmentText: String?
outputContexts var outputContexts: MutableList<OutputContext>
payload var payload: Payload?
source var source: String?