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

Represents a response from an automated agent.

Attributes

  • allowCancellation (type: boolean(), default: nil) - Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
  • automatedAgentReplyType (type: String.t, default: nil) - AutomatedAgentReply type.
  • 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{
    allowCancellation: boolean() | nil,
    automatedAgentReplyType: String.t() | nil,
    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.