Optional. The unique identifier of this participant. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
Dialogflow uses this user id for billing and measurement. If a user with the same obfuscatedExternalUserId is created in a later conversation, Dialogflow will know it's the same user.
Dialogflow also uses this user id for Agent Assist suggestion personalization. For example, Dialogflow can use it to provide personalized smart reply suggestions for this user.
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."],[[["The Participant resource represents an individual involved in a conversation, such as a human agent, virtual agent, or end-user."],["Participants have a JSON representation that includes their name, role, an optional obfuscated external user ID, and optional metadata filters for documents."],["The role of a participant is immutable and must be set during creation."],["The optional `obfuscatedExternalUserId` field allows Dialogflow to identify and track individual users across multiple conversations for billing, measurement, and personalization."],["Several methods are available to manage participants, including creating, retrieving, listing, updating, and analyzing content."]]],[]]