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, part of the Dialogflow API's .NET library."],["`UpdateFulfillmentRequest` is a message type used to send requests to update fulfillment data, implemented with several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one and one that takes another `UpdateFulfillmentRequest` object for copying."],["It includes two properties, `Fulfillment` and `UpdateMask`, which are used to define the fulfillment data to be updated and the specific fields to modify, respectively."],["The webpage lists a historical log of documentation for this class, showcasing version history ranging from 3.2.0 to 4.26.0, with the latter being the latest."]]],[]]