View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment (google_api_dialogflow v0.77.0)

Represents one segment of audio.

Attributes

  • allowPlaybackInterruption (type: boolean(), default: nil) - Output only. Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
  • audio (type: String.t, default: nil) - Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
  • uri (type: String.t, default: nil) - Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment{
    allowPlaybackInterruption: boolean() | nil,
    audio: String.t() | nil,
    uri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.