Google Cloud Dialogflow v2 API - Class UpdateFulfillmentRequest (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateFulfillmentRequest.

The request message for [Fulfillments.UpdateFulfillment][google.cloud.dialogflow.v2.Fulfillments.UpdateFulfillment].

Inheritance

object > UpdateFulfillmentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

UpdateFulfillmentRequest()

public UpdateFulfillmentRequest()

UpdateFulfillmentRequest(UpdateFulfillmentRequest)

public UpdateFulfillmentRequest(UpdateFulfillmentRequest other)
Parameter
NameDescription
otherUpdateFulfillmentRequest

Properties

Fulfillment

public Fulfillment Fulfillment { get; set; }

Required. The fulfillment to update.

Property Value
TypeDescription
Fulfillment

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Property Value
TypeDescription
FieldMask