Enum Conversation.Medium (2.23.0)

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

Possible media for the conversation.

Protobuf enum google.cloud.contactcenterinsights.v1.Conversation.Medium

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CHAT

The format for conversations that took place over chat.

CHAT = 2;

CHAT_VALUE

The format for conversations that took place over chat.

CHAT = 2;

MEDIUM_UNSPECIFIED

Default value, if unspecified will default to PHONE_CALL.

MEDIUM_UNSPECIFIED = 0;

MEDIUM_UNSPECIFIED_VALUE

Default value, if unspecified will default to PHONE_CALL.

MEDIUM_UNSPECIFIED = 0;

PHONE_CALL

The format for conversations that took place over the phone.

PHONE_CALL = 1;

PHONE_CALL_VALUE

The format for conversations that took place over the phone.

PHONE_CALL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()