Google Cloud Dialogflow Cx V3beta1Event Handler Response
data class GoogleCloudDialogflowCxV3beta1EventHandlerResponse(val event: String, val name: String, val targetFlow: String, val targetPage: String, val triggerFulfillment: GoogleCloudDialogflowCxV3beta1FulfillmentResponse)
An event handler specifies an event that can be handled during a session. When the specified event happens, the following actions are taken in order: * If there is a trigger_fulfillment
associated with the event, it will be called. * If there is a target_page
associated with the event, the session will transition into the specified page. * If there is a target_flow
associated with the event, the session will transition into the specified flow.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1EventHandlerResponse(event: String, name: String, targetFlow: String, targetPage: String, triggerFulfillment: GoogleCloudDialogflowCxV3beta1FulfillmentResponse)