public sealed class CreateParticipantRequest : IMessage<CreateParticipantRequest>, IEquatable<CreateParticipantRequest>, IDeepCloneable<CreateParticipantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateParticipantRequest.
The request message for
[Participants.CreateParticipant][google.cloud.dialogflow.v2beta1.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 document provides reference documentation for the `CreateParticipantRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta23."],["The `CreateParticipantRequest` class is used to create a request message for the `Participants.CreateParticipant` method, allowing for the addition of new participants to a conversation."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["It includes properties like `Parent` (a string representing the conversation resource identifier) and `Participant` (the details of the participant being created), which are required for creating a participant."],["The `CreateParticipantRequest` class has two constructors, one default constructor and one that takes in a `CreateParticipantRequest` as a parameter."]]],[]]