Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Action.
Indicate what type of action to take with the tool call.
Protobuf type google.cloud.dialogflow.v2.SuggestionInput.Action
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SuggestionInputMethods
static::name
value
mixed
static::value
name
mixed
Constants
ACTION_UNSPECIFIED
Value: 0
Action not specified.
Generated from protobuf enum ACTION_UNSPECIFIED = 0;
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.
Generated from protobuf enum CANCEL = 1;
REVISE
Value: 2
Makes the tool call with provided parameters. This action is intended for tool calls that only read but not write data.
Generated from protobuf enum REVISE = 2;
CONFIRM
Value: 3
Makes the tool call with provided parameters. This action is intended for tool calls that may write data.
Generated from protobuf enum CONFIRM = 3;

