public enum Playbook.PlaybookType extends Enum<Playbook.PlaybookType> implements ProtocolMessageEnumType of the playbook.
Protobuf enum google.cloud.dialogflow.cx.v3.Playbook.PlaybookType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
PLAYBOOK_TYPE_UNSPECIFIED |
Unspecified type. Default to TASK. |
PLAYBOOK_TYPE_UNSPECIFIED_VALUE |
Unspecified type. Default to TASK. |
ROUTINE |
Routine playbook. |
ROUTINE_VALUE |
Routine playbook. |
TASK |
Task playbook. |
TASK_VALUE |
Task playbook. |
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() |
|