public sealed class UpdateFulfillmentRequest : IMessage<UpdateFulfillmentRequest>, IEquatable<UpdateFulfillmentRequest>, IDeepCloneable<UpdateFulfillmentRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessage<UpdateFulfillmentRequest>, IEquatable<UpdateFulfillmentRequest>, IDeepCloneable<UpdateFulfillmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
UpdateFulfillmentRequest()
public UpdateFulfillmentRequest()UpdateFulfillmentRequest(UpdateFulfillmentRequest)
public UpdateFulfillmentRequest(UpdateFulfillmentRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateFulfillmentRequest | 
      
Properties
Fulfillment
public Fulfillment Fulfillment { get; set; }Required. The fulfillment to update.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
FieldMask | 
        |