public sealed class CreateParticipantRequest : IMessage<CreateParticipantRequest>, IEquatable<CreateParticipantRequest>, IDeepCloneable<CreateParticipantRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageCreateParticipantRequest, IEquatableCreateParticipantRequest, IDeepCloneableCreateParticipantRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
CreateParticipantRequest()
public CreateParticipantRequest()CreateParticipantRequest(CreateParticipantRequest)
public CreateParticipantRequest(CreateParticipantRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateParticipantRequest | 
Properties
Parent
public string Parent { get; set; }Required. Resource identifier of the conversation adding the participant.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ParentAsConversationName
public ConversationName ParentAsConversationName { get; set; }ConversationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ConversationName | |
Participant
public Participant Participant { get; set; }Required. The participant to create.
| Property Value | |
|---|---|
| Type | Description | 
| Participant | |