Cx Flow Event Handler Trigger Fulfillment Message
data class CxFlowEventHandlerTriggerFulfillmentMessage(val channel: String? = null, val conversationSuccess: CxFlowEventHandlerTriggerFulfillmentMessageConversationSuccess? = null, val liveAgentHandoff: CxFlowEventHandlerTriggerFulfillmentMessageLiveAgentHandoff? = null, val outputAudioText: CxFlowEventHandlerTriggerFulfillmentMessageOutputAudioText? = null, val payload: String? = null, val playAudio: CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio? = null, val telephonyTransferCall: CxFlowEventHandlerTriggerFulfillmentMessageTelephonyTransferCall? = null, val text: CxFlowEventHandlerTriggerFulfillmentMessageText? = null)
Constructors
Link copied to clipboard
fun CxFlowEventHandlerTriggerFulfillmentMessage(channel: String? = null, conversationSuccess: CxFlowEventHandlerTriggerFulfillmentMessageConversationSuccess? = null, liveAgentHandoff: CxFlowEventHandlerTriggerFulfillmentMessageLiveAgentHandoff? = null, outputAudioText: CxFlowEventHandlerTriggerFulfillmentMessageOutputAudioText? = null, payload: String? = null, playAudio: CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio? = null, telephonyTransferCall: CxFlowEventHandlerTriggerFulfillmentMessageTelephonyTransferCall? = null, text: CxFlowEventHandlerTriggerFulfillmentMessageText? = null)
Types
Properties
Link copied to clipboard
Indicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about. Dialogflow only uses this to determine which conversations should be counted as successful and doesn't process the metadata in this message in any way. Note that Dialogflow also considers conversations that get to the conversation end page as successful even if they don't return ConversationSuccess. You may set this, for example: