Optional. The unique identifier of this participant. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
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.
obfuscatedExternalUserId
string
Optional. Obfuscated user id that should be associated with the created participant.
You can specify a user id as follows:
If you set this field in CreateParticipantRequest or UpdateParticipantRequest, Dialogflow adds the obfuscated user id with the participant.
Dialogflow returns an error if you try to add a user id for a non-END_USER participant.
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:
Please never pass raw user ids to Dialogflow. Always obfuscate your user id first.
Dialogflow only accepts a UTF-8 encoded string, e.g., a hex digest of a hash function like SHA-512.
The length of the user id must be <= 256 characters.
documentsMetadataFilters
map (key: string, value: string)
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 Document.metadata. Multiple values for a metadata key should be concatenated by comma. For example, filters to match all documents that have 'US' or 'CA' in their market metadata values and 'agent' in their user metadata values will be
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Participants in a conversation can be represented as a resource, including human agents, virtual agents, or end-users."],["The `Participant` resource is represented in JSON format, with fields like `name`, `role`, `sipRecordingMediaLabel`, `obfuscatedExternalUserId`, and `documentsMetadataFilters`."],["The role of a participant is immutable and must be set upon creation, defining their part in the conversation."],["Several methods are available to interact with participants, such as creating, retrieving, updating, listing, and analyzing the content they contribute to the conversation."],["The `obfuscatedExternalUserId` is used for billing and measurement purposes and should only be used for `END_USER` roles after obfuscating the raw user id."]]],[]]