Cx Flow Event Handler Trigger Fulfillment Message Args
data class CxFlowEventHandlerTriggerFulfillmentMessageArgs(val channel: Output<String>? = null, val conversationSuccess: Output<CxFlowEventHandlerTriggerFulfillmentMessageConversationSuccessArgs>? = null, val liveAgentHandoff: Output<CxFlowEventHandlerTriggerFulfillmentMessageLiveAgentHandoffArgs>? = null, val outputAudioText: Output<CxFlowEventHandlerTriggerFulfillmentMessageOutputAudioTextArgs>? = null, val payload: Output<String>? = null, val playAudio: Output<CxFlowEventHandlerTriggerFulfillmentMessagePlayAudioArgs>? = null, val telephonyTransferCall: Output<CxFlowEventHandlerTriggerFulfillmentMessageTelephonyTransferCallArgs>? = null, val text: Output<CxFlowEventHandlerTriggerFulfillmentMessageTextArgs>? = null) : ConvertibleToJava<CxFlowEventHandlerTriggerFulfillmentMessageArgs>
Constructors
Link copied to clipboard
fun CxFlowEventHandlerTriggerFulfillmentMessageArgs(channel: Output<String>? = null, conversationSuccess: Output<CxFlowEventHandlerTriggerFulfillmentMessageConversationSuccessArgs>? = null, liveAgentHandoff: Output<CxFlowEventHandlerTriggerFulfillmentMessageLiveAgentHandoffArgs>? = null, outputAudioText: Output<CxFlowEventHandlerTriggerFulfillmentMessageOutputAudioTextArgs>? = null, payload: Output<String>? = null, playAudio: Output<CxFlowEventHandlerTriggerFulfillmentMessagePlayAudioArgs>? = null, telephonyTransferCall: Output<CxFlowEventHandlerTriggerFulfillmentMessageTelephonyTransferCallArgs>? = null, text: Output<CxFlowEventHandlerTriggerFulfillmentMessageTextArgs>? = null)
Functions
Properties
Link copied to clipboard
val conversationSuccess: Output<CxFlowEventHandlerTriggerFulfillmentMessageConversationSuccessArgs>? = null
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:
Link copied to clipboard
val liveAgentHandoff: Output<CxFlowEventHandlerTriggerFulfillmentMessageLiveAgentHandoffArgs>? = null
Link copied to clipboard