public sealed class UpdateFulfillmentRequest : IMessage<UpdateFulfillmentRequest>, IEquatable<UpdateFulfillmentRequest>, IDeepCloneable<UpdateFulfillmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateFulfillmentRequest.
The request message for
[Fulfillments.UpdateFulfillment][google.cloud.dialogflow.v2beta1.Fulfillments.UpdateFulfillment].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`UpdateFulfillmentRequest` is a class in the Google Cloud Dialogflow v2beta1 API used for updating fulfillment information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class has two constructors, one default and one that takes another `UpdateFulfillmentRequest` object as a parameter for copying."],["It contains properties for `Fulfillment` which is the data to be updated, and `UpdateMask`, which determines which fields will be modified."],["The class is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace and is located within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]