GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo (google_api_dialogflow v0.89.0)
View SourceRequest and response for a tool call.
Attributes
-
toolCall
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ToolCall.t
, default:nil
) - Required. Request for a tool call. -
toolCallResult
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ToolCallResult.t
, default:nil
) - Required. Response for a tool call.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo{ toolCall: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ToolCall.t() | nil, toolCallResult: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ToolCallResult.t() | nil }