Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::SuggestionInput::Action (v1.15.0)
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]