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 details the `CreateParticipantRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for creating participants in Dialogflow conversations, with the most recent version listed as 4.26.0."],["The `CreateParticipantRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the Google Cloud .NET ecosystem."],["The class provides constructors for creating new instances and includes properties like `Parent`, `ParentAsConversationName`, and `Participant`, which are essential for defining the context and details of the participant being created."],["The page lists all available versions from 4.26.0 down to 3.2.0 of the `CreateParticipantRequest` class, allowing users to access the appropriate documentation for their specific project's version."],["The class's primary purpose is to provide a structured way to send requests to the [Participants.CreateParticipant] method, with `Parent` indicating the conversation and `Participant` detailing the new participant."]]],[]]