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 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."]]],[]]