View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ToolCall (google_api_dialogflow v0.87.0)

Represents a call of a specific tool's action with the specified inputs.

Attributes

  • action (type: String.t, default: nil) - Required. The name of the tool's action associated with this call.
  • inputParameters (type: map(), default: nil) - Optional. The action's input parameters.
  • tool (type: String.t, default: nil) - Required. The tool associated with this call. Format: projects//locations//agents//tools/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1ToolCall{
  action: String.t() | nil,
  inputParameters: map() | nil,
  tool: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.