GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo (google_api_dialogflow v0.89.0)

View Source

Request and response for a tool call.

Attributes

  • toolCall (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ToolCall.t, default: nil) - Required. Request for a tool call.
  • toolCallResult (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ToolCallResult.t, default: nil) - Required. Response for a tool call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo{
    toolCall:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ToolCall.t()
      | nil,
    toolCallResult:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ToolCallResult.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.