Module: Google::Cloud::Dialogflow::V2::SuggestionInput::Action

Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

Indicate what type of action to take with the tool call.

Constant Summary collapse

ACTION_UNSPECIFIED =

Action not specified.

0
CANCEL =

Indicates the user chooses to not make the tool call. It is only applicable to tool calls that are waiting for user confirmation.

1
REVISE =

Makes the tool call with provided parameters. This action is intended for tool calls that only read but not write data.

2
CONFIRM =

Makes the tool call with provided parameters. This action is intended for tool calls that may write data.

3