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, as part of the .NET documentation."],["The `UpdateFulfillmentRequest` class is used to request updates to fulfillments, extending the `System.Object` class and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides details for the `UpdateFulfillmentRequest` class across multiple versions, ranging from 3.2.0 to the latest 4.26.0, with each version linking to its corresponding documentation."],["Key properties of `UpdateFulfillmentRequest` include `Fulfillment`, which is the fulfillment to update, and `UpdateMask`, which specifies which fields are to be updated."],["The latest version on this webpage for the `UpdateFulfillmentRequest` is version 4.26.0."]]],[]]