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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `CreateParticipantRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The `CreateParticipantRequest` class is used as a request message for the `Participants.CreateParticipant` method in the Dialogflow API, implementing several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties such as `Parent` and `Participant`, which are required for creating a participant in a conversation, with `Parent` using a resource identifier and `Participant` representing the participant being created."],["This page showcases all the versions of `CreateParticipantRequest` class, from the latest 4.26.0 to 3.2.0 and also provides links to the documentation of each version."],["The `CreateParticipantRequest` class is derived from the base `Object` class, inheriting and implementing several standard methods, and also includes a constructor that can be created without parameters or using another `CreateParticipantRequest` object as a parameter."]]],[]]