Enum ChannelProfile.PersonaProperty.Persona (0.1.0)

public enum ChannelProfile.PersonaProperty.Persona extends Enum<ChannelProfile.PersonaProperty.Persona> implements ProtocolMessageEnum

The persona of the channel.

Protobuf enum google.cloud.ces.v1.ChannelProfile.PersonaProperty.Persona

Implements

ProtocolMessageEnum

Static Fields

Name Description
CHATTY

The agent provides additional context, explanations, and details

CHATTY = 2;

CHATTY_VALUE

The agent provides additional context, explanations, and details

CHATTY = 2;

CONCISE

The agent keeps the responses concise and to the point

CONCISE = 1;

CONCISE_VALUE

The agent keeps the responses concise and to the point

CONCISE = 1;

UNKNOWN

UNKNOWN persona.

UNKNOWN = 0;

UNKNOWN_VALUE

UNKNOWN persona.

UNKNOWN = 0;

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