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 provides documentation for the `UpdateFulfillmentRequest` class in the `Google.Cloud.Dialogflow.V2` namespace, with version 4.26.0 being the latest."],["The `UpdateFulfillmentRequest` class is used to define a request for updating a fulfillment within Google Cloud Dialogflow V2, as part of its public API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for interacting with Google Protobuf and .NET."],["The class contains properties such as `Fulfillment` and `UpdateMask`, allowing users to specify the fulfillment to update and define the fields which should be updated."],["A comprehensive list of prior versions, ranging from version 4.25.0 down to version 3.2.0, is available for navigation."]]],[]]