View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText (google_api_dialogflow v0.78.0)

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

Attributes

  • allowPlaybackInterruption (type: boolean(), default: nil) - Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
  • ssml (type: String.t, default: nil) - The SSML text to be synthesized. For more information, see SSML.
  • text (type: String.t, default: nil) - The raw text to be synthesized.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText{
    allowPlaybackInterruption: boolean() | nil,
    ssml: String.t() | nil,
    text: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.