View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FulfillIntentResponse (google_api_dialogflow v0.74.0)

Response of FulfillIntent

Attributes

  • outputAudio (type: String.t, default: nil) - The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.response_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty. In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.
  • outputAudioConfig (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3OutputAudioConfig.t, default: nil) - The config used by the speech synthesizer to generate the output audio.
  • queryResult (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3QueryResult.t, default: nil) - The result of the conversational query.
  • responseId (type: String.t, default: nil) - Output only. The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FulfillIntentResponse{
    outputAudio: String.t() | nil,
    outputAudioConfig:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3OutputAudioConfig.t()
      | nil,
    queryResult:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3QueryResult.t()
      | nil,
    responseId: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.