CxPageTransitionRouteTriggerFulfillmentMessageArgs

data class CxPageTransitionRouteTriggerFulfillmentMessageArgs(val channel: Output<String>? = null, val conversationSuccess: Output<CxPageTransitionRouteTriggerFulfillmentMessageConversationSuccessArgs>? = null, val liveAgentHandoff: Output<CxPageTransitionRouteTriggerFulfillmentMessageLiveAgentHandoffArgs>? = null, val outputAudioText: Output<CxPageTransitionRouteTriggerFulfillmentMessageOutputAudioTextArgs>? = null, val payload: Output<String>? = null, val playAudio: Output<CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs>? = null, val telephonyTransferCall: Output<CxPageTransitionRouteTriggerFulfillmentMessageTelephonyTransferCallArgs>? = null, val text: Output<CxPageTransitionRouteTriggerFulfillmentMessageTextArgs>? = null) : ConvertibleToJava<CxPageTransitionRouteTriggerFulfillmentMessageArgs>

Constructors

Properties

Link copied to clipboard
val channel: Output<String>? = null

The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.

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:

Link copied to clipboard

Indicates that the conversation should be handed off to a live agent. Dialogflow only uses this to determine which conversations were handed off to a human agent for measurement purposes. What else to do with this signal is up to you and your handoff procedures. You may set this, for example:

Link copied to clipboard

A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message. Structure is documented below.

Link copied to clipboard
val payload: Output<String>? = null

A custom, platform-specific payload.

Link copied to clipboard

Specifies an audio clip to be played by the client as part of the response. Structure is documented below.

Link copied to clipboard

Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint. Structure is documented below.

Link copied to clipboard

The text response message. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): CxPageTransitionRouteTriggerFulfillmentMessageArgs