Resource: Participant
Represents a conversation participant (human agent, virtual agent, end-user).
JSON representation |
---|
{
"name": string,
"role": enum ( |
Fields | |
---|---|
name |
Optional. The unique identifier of this participant. Format: |
role |
Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable. |
sip |
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. |
obfuscated |
Optional. Obfuscated user id that should be associated with the created participant. You can specify a user id as follows:
Dialogflow returns an error if you try to add a user id for a non- Dialogflow uses this user id for billing and measurement purposes. For example, Dialogflow determines whether a user in one conversation returned in a later conversation. Note:
|
documents |
Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, article suggestion only returns suggested documents that match all filters in their
An object containing a list of |
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. |