public sealed class CreateParticipantRequest : IMessage<CreateParticipantRequest>, IEquatable<CreateParticipantRequest>, IDeepCloneable<CreateParticipantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateParticipantRequest.
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 webpage provides documentation for the `CreateParticipantRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.21.0, and the latest being 4.26.0."],["The `CreateParticipantRequest` class is used to create a request to add a participant to a conversation, as part of the `Participants.CreateParticipant` API method."],["It contains properties such as `Parent`, which specifies the conversation the participant is being added to, `ParentAsConversationName`, a typed view over the parent resource name, and `Participant`, the participant object to be created."],["The page includes a list of available versions for this API, with links to documentation for each, ranging from version 3.2.0 to 4.26.0."],["`CreateParticipantRequest` class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]