public sealed class CreateParticipantRequest : IMessage<CreateParticipantRequest>, IEquatable<CreateParticipantRequest>, IDeepCloneable<CreateParticipantRequest>, IBufferMessage, IMessage
The request message for [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant].
Implements
IMessage<CreateParticipantRequest>, IEquatable<CreateParticipantRequest>, IDeepCloneable<CreateParticipantRequest>, 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 |