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 details the `UpdateFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to update fulfillment settings."],["The latest version of the `UpdateFulfillmentRequest` class is 4.26.0, with numerous previous versions listed, allowing users to access the specific documentation for each release."],["The `UpdateFulfillmentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateFulfillmentRequest` class are `Fulfillment`, which is the fulfillment data to update, and `UpdateMask`, which controls which fields are updated."],["`UpdateFulfillmentRequest` class has 2 constructors: `UpdateFulfillmentRequest()` and `UpdateFulfillmentRequest(UpdateFulfillmentRequest other)`."]]],[]]