Google Cloud Dialogflow v2beta1 API - Class UpdateParticipantRequest (1.0.0-beta15)

public sealed class UpdateParticipantRequest : IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateParticipantRequest.

The request message for [Participants.UpdateParticipant][google.cloud.dialogflow.v2beta1.Participants.UpdateParticipant].

Inheritance

object > UpdateParticipantRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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