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, covering versions from 3.2.0 to the latest 4.26.0."],["The `CreateParticipantRequest` class is a request message used to create a participant in a Dialogflow conversation via the `Participants.CreateParticipant` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CreateParticipantRequest` class has two constructors, one default and one that takes another `CreateParticipantRequest` object, and contains the properties `Parent`, `ParentAsConversationName`, and `Participant`, which define the conversation context and the participant to be created."],["It lists previous versions of this class, allowing users to navigate through different releases of the Google.Cloud.Dialogflow.V2 package."]]],[]]