GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ToolCall (google_api_dialogflow v0.89.0)
View SourceRepresents 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. -
createTime(type:DateTime.t, default:nil) - Output only. Create time of the tool 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//tools/.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ToolCall{ action: String.t() | nil, createTime: DateTime.t() | nil, inputParameters: map() | nil, tool: String.t() | nil }