public enum Conversation.Source extends Enum<Conversation.Source> implements ProtocolMessageEnumThe source of the conversation.
Protobuf enum google.cloud.ces.v1.Conversation.Source
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EVAL |
The conversation is from the evaluation. |
EVAL_VALUE |
The conversation is from the evaluation. |
LIVE |
The conversation is from the live end user. |
LIVE_VALUE |
The conversation is from the live end user. |
SIMULATOR |
The conversation is from the simulator. |
SIMULATOR_VALUE |
The conversation is from the simulator. |
SOURCE_UNSPECIFIED |
Unspecified source. |
SOURCE_UNSPECIFIED_VALUE |
Unspecified source. |
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() |
|