Enum ChannelProfile.ChannelType (0.1.0)

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

The type of the channel profile.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
API

API channel.

API = 3;

API_VALUE

API channel.

API = 3;

CONTACT_CENTER_AS_A_SERVICE

Contact Center as a Service (CCaaS) channel.

CONTACT_CENTER_AS_A_SERVICE = 6;

CONTACT_CENTER_AS_A_SERVICE_VALUE

Contact Center as a Service (CCaaS) channel.

CONTACT_CENTER_AS_A_SERVICE = 6;

FIVE9

Five9 channel.

FIVE9 = 7;

FIVE9_VALUE

Five9 channel.

FIVE9 = 7;

GOOGLE_TELEPHONY_PLATFORM

Google Telephony Platform channel.

GOOGLE_TELEPHONY_PLATFORM = 5;

GOOGLE_TELEPHONY_PLATFORM_VALUE

Google Telephony Platform channel.

GOOGLE_TELEPHONY_PLATFORM = 5;

TWILIO

Twilio channel.

TWILIO = 4;

TWILIO_VALUE

Twilio channel.

TWILIO = 4;

UNKNOWN

Unknown channel type.

UNKNOWN = 0;

UNKNOWN_VALUE

Unknown channel type.

UNKNOWN = 0;

UNRECOGNIZED
WEB_UI

Web UI channel.

WEB_UI = 2;

WEB_UI_VALUE

Web UI channel.

WEB_UI = 2;

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