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 page details the `UpdateFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to update fulfillment settings."],["The `UpdateFulfillmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors and the `Fulfillment` and `UpdateMask` properties, allowing you to update fulfillment and specify the fields to update respectively."],["The documentation covers versions ranging from 3.2.0 to the latest 4.26.0, providing links for each version to refer to."],["The `UpdateFulfillmentRequest` is the request message for `Fulfillments.UpdateFulfillment` and inherits members from the `Object` class."]]],[]]