GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AutomatedAgentReply (google_api_dialogflow v0.61.0) View Source

Represents a response from an automated agent.

Attributes

  • detectIntentResponse (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse.t, default: nil) - Response of the Dialogflow Sessions.DetectIntent call.

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.GoogleCloudDialogflowV2AutomatedAgentReply{
    detectIntentResponse:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse.t()
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.