Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class State.
Tool call states.
Protobuf type google.cloud.dialogflow.v2.ToolCall.State
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ToolCallMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
TRIGGERED
Value: 1The tool call has been triggered.
Generated from protobuf enum TRIGGERED = 1;
NEEDS_CONFIRMATION
Value: 2The tool call requires confirmation from a human.
Generated from protobuf enum NEEDS_CONFIRMATION = 2;