Google Cloud Dialogflow V2 Client - Class AgentDesktopSource (2.3.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AgentDesktopSource.

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

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Participant

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AGENT_DESKTOP_SOURCE_UNSPECIFIED

Value: 0

Agent Desktop Source is not specified.

Generated from protobuf enum AGENT_DESKTOP_SOURCE_UNSPECIFIED = 0;

LIVE_PERSON

Value: 1

Agent Desktop Source is Live Person.

Generated from protobuf enum LIVE_PERSON = 1;

GENESYS_CLOUD

Value: 2

Agent Desktop Source is Genesys Cloud.

Generated from protobuf enum GENESYS_CLOUD = 2;

TWILIO

Value: 3

Agent Desktop Source is Twilio.

Generated from protobuf enum TWILIO = 3;

SALESFORCE

Value: 4

Agent Desktop Source is Salesforce.

Generated from protobuf enum SALESFORCE = 4;

OTHER

Value: 8

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

Generated from protobuf enum OTHER = 8;