Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::SuggestionInput::Action (v1.17.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::SuggestionInput::Action.
Indicate what type of action to take with the tool call.
Constants
ACTION_UNSPECIFIED
value: 0 Action not specified.
CANCEL
value: 1 Indicates the user chooses to not make the tool call. It
is only applicable to tool calls that are waiting for user
confirmation.
REVISE
value: 2 Makes the tool call with provided parameters. This action is intended
for tool calls that only read but not write data.
CONFIRM
value: 3 Makes the tool call with provided parameters. This action is intended
for tool calls that may write data.