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."],["The class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage details the constructors (`CreateParticipantRequest()`, `CreateParticipantRequest(CreateParticipantRequest)`) and properties (`Parent`, `ParentAsConversationName`, `Participant`) of the `CreateParticipantRequest` class, along with descriptions of each."],["The available versions for the provided namespace and class are listed, with version 4.26.0 being the latest and down to 3.2.0 being available."]]],[]]