public enum PlaybookOutput.State extends Enum<PlaybookOutput.State> implements ProtocolMessageEnumPlaybook output state.
Protobuf enum google.cloud.dialogflow.cx.v3beta1.PlaybookOutput.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CANCELLED |
Playbook cancelled. |
CANCELLED_VALUE |
Playbook cancelled. |
ESCALATED |
Playbook failed due to escalation. |
ESCALATED_VALUE |
Playbook failed due to escalation. |
FAILED |
Playbook failed. |
FAILED_VALUE |
Playbook failed. |
OK |
Playbook succeeded. |
OK_VALUE |
Playbook succeeded. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
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() |
|