Google Cloud Dialogflow v2beta1 API - Enum SuggestionInput.Types.Action (1.0.0-beta24)

public enum SuggestionInput.Types.Action

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum SuggestionInput.Types.Action.

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

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Fields

Name Description
Cancel

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

Confirm

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

Revise

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

Unspecified

Action not specified.