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 latest version available is 4.26.0, while the current page is focused on version 4.1.0, with links to many versions in between and below."],["`UpdateFulfillmentRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two properties, `Fulfillment` and `UpdateMask`, which control the fulfillment details and the fields that will be updated, respectively."],["The `UpdateFulfillmentRequest` class is constructed by using either the empty constructor, or by using the `UpdateFulfillmentRequest` parameter."]]],[]]