public sealed class UpdateFulfillmentRequest : IMessage<UpdateFulfillmentRequest>, IEquatable<UpdateFulfillmentRequest>, IDeepCloneable<UpdateFulfillmentRequest>, IBufferMessage, IMessage
The request message for [Fulfillments.UpdateFulfillment][google.cloud.dialogflow.v2.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."],[[["This webpage provides documentation for the `UpdateFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace in the .NET environment, which is used to manage fulfillment updates in Dialogflow."],["The page lists multiple versions of the `UpdateFulfillmentRequest` class, ranging from version 3.2.0 to the latest version 4.26.0, each with its own documentation link."],["`UpdateFulfillmentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration capabilities within the .NET framework."],["The class includes properties such as `Fulfillment` and `UpdateMask`, which are essential for defining and controlling the specifics of a fulfillment update, where `Fulfillment` is the fulfillment that gets updated and `UpdateMask` controls which fields get updated."],["The class contains public constructors for creating a new instance of the `UpdateFulfillmentRequest` object, with one having parameters to copy from another `UpdateFulfillmentRequest`."]]],[]]