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."],[[["The latest version of the `CreateParticipantRequest` documentation is 4.26.0, but this page is showing version 3.10.0."],["The `CreateParticipantRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is used to create a new participant within a conversation in Dialogflow."],["The `CreateParticipantRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, one default and one that takes another `CreateParticipantRequest` as a parameter for copying, and it also has properties such as `Parent`, `ParentAsConversationName`, and `Participant` to define the conversation and the participant."],["This page contains a breakdown of versions ranging from 3.2.0 all the way up to the latest, 4.26.0, allowing developers to access relevant documentation for each release."]]],[]]