public sealed class UpdateParticipantRequest : IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateParticipantRequest.
The request message for [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
Implements
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 |