public sealed class GetParticipantRequest : IMessage<GetParticipantRequest>, IEquatable<GetParticipantRequest>, IDeepCloneable<GetParticipantRequest>, IBufferMessage, IMessage
The request message for [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
Required. The name of the participant. Format:
projects/{Project ID}/locations/{Location ID}/conversations/{Conversation
ID>/participants/<Participant ID>.
[[["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 page details the `GetParticipantRequest` class, which is used to request a participant in the Dialogflow V2 API."],["The `GetParticipantRequest` class is implemented in the `Google.Cloud.Dialogflow.V2` namespace and is part of the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The page offers documentation for various versions of the Dialogflow V2 API, with the latest being version 4.26.0, and provides links to each version's documentation."],["The `GetParticipantRequest` class inherits from Object and implements IMessage\u003cGetParticipantRequest\u003e, IEquatable\u003cGetParticipantRequest\u003e, IDeepCloneable\u003cGetParticipantRequest\u003e, IBufferMessage, and IMessage."],["It has a Name and ParticipantName properties, the former being a string and the latter a specific type and required for identifying the participant."]]],[]]