View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2OutputAudio (google_api_dialogflow v0.74.0)

Represents the natural language speech audio to be played to the end user.

Attributes

  • audio (type: String.t, default: nil) - The natural language speech audio.
  • config (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2OutputAudioConfig.t, default: nil) - Instructs the speech synthesizer how to generate the speech audio.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2OutputAudio{
  audio: String.t() | nil,
  config:
    GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2OutputAudioConfig.t()
    | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.