Enum ConversationParticipant.Role (2.41.0)

public enum ConversationParticipant.Role extends Enum<ConversationParticipant.Role> implements ProtocolMessageEnum

The role of the participant.

Protobuf enum google.cloud.contactcenterinsights.v1.ConversationParticipant.Role

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANY_AGENT

Participant is either a human or automated agent.

ANY_AGENT = 4;

ANY_AGENT_VALUE

Participant is either a human or automated agent.

ANY_AGENT = 4;

AUTOMATED_AGENT

Participant is an automated agent.

AUTOMATED_AGENT = 2;

AUTOMATED_AGENT_VALUE

Participant is an automated agent.

AUTOMATED_AGENT = 2;

END_USER

Participant is an end user who conversed with the contact center.

END_USER = 3;

END_USER_VALUE

Participant is an end user who conversed with the contact center.

END_USER = 3;

HUMAN_AGENT

Participant is a human agent.

HUMAN_AGENT = 1;

HUMAN_AGENT_VALUE

Participant is a human agent.

HUMAN_AGENT = 1;

ROLE_UNSPECIFIED

Participant's role is not set.

ROLE_UNSPECIFIED = 0;

ROLE_UNSPECIFIED_VALUE

Participant's role is not set.

ROLE_UNSPECIFIED = 0;

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