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 webpage details the `CreateParticipantRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.7.0 of the Dialogflow .NET library."],["`CreateParticipantRequest` is used to create a participant in a conversation using the `Participants.CreateParticipant` method and it inherits from the base `Object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides properties for setting the `Parent`, which is the resource identifier of the conversation, and the `Participant`, which is the participant object to create."],["The page also lists links to documentation for various versions of the library, ranging from 3.2.0 to 4.26.0, with 4.26.0 being the most recent."],["The class also has two constructors and a few properties to create and set information for the participant creation."]]],[]]