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 \ ParticipantMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AGENT_DESKTOP_SOURCE_UNSPECIFIED
Value: 0Agent Desktop Source is not specified.
Generated from protobuf enum AGENT_DESKTOP_SOURCE_UNSPECIFIED = 0;
LIVE_PERSON
Value: 1Agent Desktop Source is Live Person.
Generated from protobuf enum LIVE_PERSON = 1;
GENESYS_CLOUD
Value: 2Agent Desktop Source is Genesys Cloud.
Generated from protobuf enum GENESYS_CLOUD = 2;
TWILIO
Value: 3Agent Desktop Source is Twilio.
Generated from protobuf enum TWILIO = 3;
SALESFORCE
Value: 4Agent Desktop Source is Salesforce.
Generated from protobuf enum SALESFORCE = 4;
OTHER
Value: 8UI 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;