Enum Conversation.ChannelType (0.1.0)

public enum Conversation.ChannelType extends Enum<Conversation.ChannelType> implements ProtocolMessageEnum

The channel type of the conversation.

Protobuf enum google.cloud.ces.v1.Conversation.ChannelType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUDIO

The conversation contains audio messages between the end user and the agent.

AUDIO = 2;

AUDIO_VALUE

The conversation contains audio messages between the end user and the agent.

AUDIO = 2;

CHANNEL_TYPE_UNSPECIFIED

Unspecified channel type.

CHANNEL_TYPE_UNSPECIFIED = 0;

CHANNEL_TYPE_UNSPECIFIED_VALUE

Unspecified channel type.

CHANNEL_TYPE_UNSPECIFIED = 0;

MULTIMODAL

The conversation multi-modal messages (e.g. image) between the end user and the agent.

MULTIMODAL = 3;

MULTIMODAL_VALUE

The conversation multi-modal messages (e.g. image) between the end user and the agent.

MULTIMODAL = 3;

TEXT

The conversation only contains text messages between the end user and the agent.

TEXT = 1;

TEXT_VALUE

The conversation only contains text messages between the end user and the agent.

TEXT = 1;

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()