Cx Flow Knowledge Connector Settings Trigger Fulfillment Message Args
Constructors
Properties
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:
(Output) This type has no fields. Indicates that interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only and not supposed to be defined by the user. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set.
This type has no fields. Represents info card response. If the response contains generative knowledge prediction, Dialogflow will return a payload with Infobot Messenger compatible info card. Otherwise, the info card response is skipped. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set.
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:
(Output) Represents an audio message that is composed of both segments synthesized from the Dialogflow agent prompts and ones hosted externally at the specified URIs. The external URIs are specified via playAudio. This message is generated by Dialogflow only and not supposed to be defined by the user. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set. Structure is documented below.
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set. Structure is documented below.
Returns a response containing a custom, platform-specific payload. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set.
Specifies an audio clip to be played by the client as part of the response. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set. Structure is documented below.
Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set. Structure is documented below.
The text response message. This field is part of a union field message
: Only one of text
, payload
, conversationSuccess
, outputAudioText
, liveAgentHandoff
, endInteraction
, playAudio
, mixedAudio
, telephonyTransferCall
, or knowledgeInfoCard
may be set. Structure is documented below.