Expand description

Nested message and enum types in ResponseMessage.

Modules§

Structs§

  • Indicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about.
  • 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.
  • Represents info card response. If the response contains generative knowledge prediction, Dialogflow will return a payload with Infobot Messenger compatible info card.
  • Indicates that the conversation should be handed off to a live agent.
  • 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 [play_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]. This message is generated by Dialogflow only and not supposed to be defined by the user.
  • A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
  • Specifies an audio clip to be played by the client as part of the response.
  • Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.
  • The text response message.

Enums§