Resource: Participant
Represents a conversation participant (human agent, virtual agent, end-user).
| JSON representation |
|---|
{ "name" : string , "role" : enum ( |
name
string
Optional. The unique identifier of this participant. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
role
enum (
Role
)
Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.
sipRecordingMediaLabel
string
Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated.
agentDesktopSource
enum (
AgentDesktopSource
)
Optional. For tracking the utilization of prebuilt Agent Assist integration modules. This field is only inscope for Integration type that include UI Modules, Backend Modules, and Agent Desktop connector, it is out of scope for CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs to trigger the participants.patch API to update this field. Both CreateParticipantRequest
and UpdateParticipantRequest
will be supported.
Role
Enumeration of the roles a participant can play in a conversation.
| Enums | |
|---|---|
ROLE_UNSPECIFIED
|
Participant role not set. |
HUMAN_AGENT
|
Participant is a human agent. |
AUTOMATED_AGENT
|
Participant is an automated agent, such as a Dialogflow agent. |
END_USER
|
Participant is an end user that has called or chatted with Dialogflow services. |
AgentDesktopSource
Enumeration of the Agent Desktop Source when using prebuilt Agent Assist integration modules.
| Enums | |
|---|---|
AGENT_DESKTOP_SOURCE_UNSPECIFIED
|
Agent Desktop Source is not specified. |
LIVE_PERSON
|
Agent Desktop Source is Live Person. |
GENESYS_CLOUD
|
Agent Desktop Source is Genesys Cloud. |
TWILIO
|
Agent Desktop Source is Twilio. |
SALESFORCE
|
Agent Desktop Source is Salesforce. |
OTHER
|
UI Modules are in use but the desktop is either not currently released or setting this field to the applicable desktop. |
Methods |
|
|---|---|
|
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation. |
|
Creates a new participant in a conversation. |
|
Retrieves a conversation participant. |
|
Returns the list of all participants in the specified conversation. |
|
Updates the specified participant. |

