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, utilized in the Dialogflow V2 API for updating fulfillment requests."],["The `UpdateFulfillmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The latest version of the documentation is for version 4.26.0, but the page provides access to documentation for a wide range of versions, extending back to version 3.2.0, all linked to the `UpdateFulfillmentRequest` class."],["`UpdateFulfillmentRequest` contains two key properties: `Fulfillment`, the fulfillment object to be updated, and `UpdateMask`, which specifies which fields are to be updated during the fulfillment update."]]],[]]