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 in a conversation, including human agents, virtual agents, and end-users."],["The latest version available for the `Participant` class is 4.26.0, with the webpage also providing access to documentation for versions ranging down to 3.2.0."],["The `Participant` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and buffer message handling."],["The `Participant` class has properties like `Name`, `ParticipantName`, `Role` and `SipRecordingMediaLabel` that help identify the participant in the context of the project and conversation."],["The `Participant` class is constructed via the default `Participant()` constructor or the overloaded `Participant(Participant other)` constructor, the latter to copy the attributes from another instance of `Participant`."]]],[]]