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 current version being 3.5.0, however it details versions as far back as 3.2.0 up to the latest version 4.26.0."],["The `CreateParticipantRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured messages and object comparisons."],["The class includes properties like `Parent` (a string representing the conversation's resource identifier) and `Participant` (the participant to be created), both of which are required for the request."],["There are multiple versions of this class available that can be accessed, with the most recent being version 4.26.0, which is also noted as the latest."],["The class also contains methods such as two distinct constructors, one with no parameters and one to allow for an `other` object to be used as the parameter."]]],[]]