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` namespace, detailing its use in the Dialogflow API for creating participants."],["The latest version documented is 4.26.0, and the page provides links to documentation for versions ranging from 3.2.0 to 4.26.0 of the `CreateParticipantRequest` class."],["`CreateParticipantRequest` is a request message used to create a participant within a conversation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateParticipantRequest` class includes properties like `Parent`, `ParentAsConversationName`, and `Participant`, with `Parent` being the resource identifier of the conversation and `Participant` representing the participant to be created."],["The documentation includes details about the constructors of `CreateParticipantRequest`, inherited members, and specifies that it is located within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]