public sealed class CreateParticipantRequest : IMessage<CreateParticipantRequest>, IEquatable<CreateParticipantRequest>, IDeepCloneable<CreateParticipantRequest>, IBufferMessage, IMessage
The request message for [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant].
Required. Resource identifier of the conversation adding the participant.
Format: projects/{Project ID}/locations/{Location
ID>/conversations/<Conversation 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 provides documentation for the `CreateParticipantRequest` class within the Google Cloud Dialogflow V2 .NET library, specifically for version 3.9.0."],["The `CreateParticipantRequest` class is used to create a request message for the `Participants.CreateParticipant` method, enabling the addition of participants to conversations in Dialogflow."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, extending its functionalities."],["Key properties of the `CreateParticipantRequest` class include `Parent` (the conversation resource identifier), `ParentAsConversationName` (a typed view over the `Parent`), and `Participant` (the participant to be created)."],["This page also contains links to documentation for previous versions, including the most recent 4.26.0 version, and others between 4.25.0 and 3.2.0, each with a linked `CreateParticipantRequest` page."]]],[]]