public sealed class UpdateParticipantRequest : IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessageThe request message for [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
Inheritance
System.Object > UpdateParticipantRequestImplements
IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
UpdateParticipantRequest()
public UpdateParticipantRequest()UpdateParticipantRequest(UpdateParticipantRequest)
public UpdateParticipantRequest(UpdateParticipantRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateParticipantRequest | 
Properties
Participant
public Participant Participant { get; set; }Required. The participant to update.
| Property Value | |
|---|---|
| Type | Description | 
| Participant | |
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The mask to specify which fields to update.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |