google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse View Source

The message returned from the DetectIntent method.

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.fulfillment_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.
  • outputAudioConfig (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2OutputAudioConfig.t, default: nil) - The config used by the speech synthesizer to generate the output audio.
  • queryResult (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryResult.t, default: nil) - The selected results of the conversational query or event processing. See alternative_query_results for additional potential results.
  • responseId (type: String.t, default: nil) - The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
  • webhookStatus (type: GoogleApi.Dialogflow.V2.Model.GoogleRpcStatus.t, default: nil) - Specifies the status of the webhook request.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse{
    outputAudio: String.t(),
    outputAudioConfig:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2OutputAudioConfig.t(),
    queryResult:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryResult.t(),
    responseId: String.t(),
    webhookStatus: GoogleApi.Dialogflow.V2.Model.GoogleRpcStatus.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.