Optional. The unique identifier of this participant.
Format: projects/{Project ID}/locations/{Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
public string SipRecordingMediaLabel { get; set; }
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.
[[["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-21 UTC."],[[["This webpage details the `Participant` class within the `Google.Cloud.Dialogflow.V2` namespace, which represents a participant (human, virtual, or end-user) in a conversation."],["The page provides access to various versions of the `Participant` class documentation, ranging from version 3.2.0 up to the latest version 4.26.0, allowing navigation between the different iterations."],["The `Participant` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality checks, and deep cloning."],["Key properties of the `Participant` class include `Name` (a unique identifier), `ParticipantName` (typed view over the name), `Role` (participant's role in the conversation), and `SipRecordingMediaLabel` (label for SIPREC metadata and SDP)."],["The `Participant` class has two constructors, one default public and one that creates a new participant using another participant."]]],[]]