Enum Participant.AgentDesktopSource (4.87.0)

public enum Participant.AgentDesktopSource extends Enum<Participant.AgentDesktopSource> implements ProtocolMessageEnum

Enumeration of the Agent Desktop Source when using prebuilt Agent Assist integration modules.

Protobuf enum google.cloud.dialogflow.v2.Participant.AgentDesktopSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_DESKTOP_SOURCE_UNSPECIFIED

Agent Desktop Source is not specified.

AGENT_DESKTOP_SOURCE_UNSPECIFIED = 0;

AGENT_DESKTOP_SOURCE_UNSPECIFIED_VALUE

Agent Desktop Source is not specified.

AGENT_DESKTOP_SOURCE_UNSPECIFIED = 0;

GENESYS_CLOUD

Agent Desktop Source is Genesys Cloud.

GENESYS_CLOUD = 2;

GENESYS_CLOUD_VALUE

Agent Desktop Source is Genesys Cloud.

GENESYS_CLOUD = 2;

LIVE_PERSON

Agent Desktop Source is Live Person.

LIVE_PERSON = 1;

LIVE_PERSON_VALUE

Agent Desktop Source is Live Person.

LIVE_PERSON = 1;

OTHER

UI Modules are in use but the desktop is either not currently released or setting this field to the applicable desktop.

OTHER = 8;

OTHER_VALUE

UI Modules are in use but the desktop is either not currently released or setting this field to the applicable desktop.

OTHER = 8;

SALESFORCE

Agent Desktop Source is Salesforce.

SALESFORCE = 4;

SALESFORCE_VALUE

Agent Desktop Source is Salesforce.

SALESFORCE = 4;

TWILIO

Agent Desktop Source is Twilio.

TWILIO = 3;

TWILIO_VALUE

Agent Desktop Source is Twilio.

TWILIO = 3;

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