public enum ToolCall.State extends Enum<ToolCall.State> implements ProtocolMessageEnumTool call states.
Protobuf enum google.cloud.dialogflow.v2.ToolCall.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
NEEDS_CONFIRMATION |
The tool call requires confirmation from a human. |
NEEDS_CONFIRMATION_VALUE |
The tool call requires confirmation from a human. |
STATE_UNSPECIFIED |
Default value. |
STATE_UNSPECIFIED_VALUE |
Default value. |
TRIGGERED |
The tool call has been triggered. |
TRIGGERED_VALUE |
The tool call has been triggered. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|