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, used in the Dialogflow API for creating participants."],["The latest version available for this class is 4.26.0, with a detailed history of versions ranging from 4.0.0 to 4.26.0 and some versions from 3.2.0 to 3.11.0, all accessible through the provided links."],["The `CreateParticipantRequest` class, used for the Participants.CreateParticipant method, inherits from `System.Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes constructors for creating new instances, as well as properties such as `Parent` and `Participant`, which are essential for defining the context and the details of the participant to be created."],["The required `Parent` property in `CreateParticipantRequest` specifies the conversation in which the participant is being added, in the format `projects/{Project ID}/locations/{Location ID\u003e/conversations/\u003cConversation ID\u003e`, while the `Participant` property defines the participant's details."]]],[]]