public enum Conversation.ChannelType extends Enum<Conversation.ChannelType> implements ProtocolMessageEnumThe channel type of the conversation.
Protobuf enum google.cloud.ces.v1.Conversation.ChannelType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUDIO |
The conversation contains audio messages between the end user and the agent. |
AUDIO_VALUE |
The conversation contains audio messages between the end user and the agent. |
CHANNEL_TYPE_UNSPECIFIED |
Unspecified channel type. |
CHANNEL_TYPE_UNSPECIFIED_VALUE |
Unspecified channel type. |
MULTIMODAL |
The conversation multi-modal messages (e.g. image) between the end user and the agent. |
MULTIMODAL_VALUE |
The conversation multi-modal messages (e.g. image) between the end user and the agent. |
TEXT |
The conversation only contains text messages between the end user and the agent. |
TEXT_VALUE |
The conversation only contains text messages between the end user and the agent. |
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() |
|