public enum SuggestionInput.Types.ActionReference documentation and code samples for the Google Cloud Dialogflow v2 API enum SuggestionInput.Types.Action.
Indicate what type of action to take with the tool call.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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. |