View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AutomatedAgentReply (google_api_dialogflow v0.78.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.
  • cxCurrentPage (type: String.t, default: nil) - The unique identifier of the current Dialogflow CX conversation page. Format: projects//locations//agents//flows//pages/.
  • detectIntentResponse (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse.t, default: nil) - Response of the Dialogflow Sessions.DetectIntent call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AutomatedAgentReply{
    allowCancellation: boolean() | nil,
    automatedAgentReplyType: String.t() | nil,
    cxCurrentPage: String.t() | nil,
    detectIntentResponse:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DetectIntentResponse.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.