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-04-09 UTC."],[[["This page provides reference documentation for the `CreateParticipantRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `CreateParticipantRequest` class is used to create a participant in a conversation, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page documents various versions of the API, ranging from version 3.2.0 to the latest 4.26.0, with version 4.23.0 being the base version for this specific documentation."],["The `CreateParticipantRequest` class has properties such as `Parent` and `Participant`, which are required and define the conversation and the participant to be created, respectively."],["The class contains two constructor options, the default `CreateParticipantRequest()` constructor, and an overloaded `CreateParticipantRequest(CreateParticipantRequest other)` which clones an existing request."]]],[]]