Google Cloud Dialogflow v2 API - Class UpdateParticipantRequest (4.16.0)

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].

Inheritance

object > UpdateParticipantRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

UpdateParticipantRequest()

public UpdateParticipantRequest()

UpdateParticipantRequest(UpdateParticipantRequest)

public UpdateParticipantRequest(UpdateParticipantRequest other)
Parameter
NameDescription
otherUpdateParticipantRequest

Properties

Participant

public Participant Participant { get; set; }

Required. The participant to update.

Property Value
TypeDescription
Participant

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The mask to specify which fields to update.

Property Value
TypeDescription
FieldMask