public sealed class UpdateFulfillmentRequest : IMessage<UpdateFulfillmentRequest>, IEquatable<UpdateFulfillmentRequest>, IDeepCloneable<UpdateFulfillmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateFulfillmentRequest.
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 reference documentation for the `UpdateFulfillmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `UpdateFulfillmentRequest` class is a request message used for updating fulfillments via the `Fulfillments.UpdateFulfillment` method."],["This page is for version 4.13.0 of the Google Cloud Dialogflow v2 API, and links to versions ranging from 4.26.0 (latest) down to 3.2.0 are also provided."],["The `UpdateFulfillmentRequest` class inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, and two properties, `Fulfillment`, used to assign the fulfillment that will be updated, and `UpdateMask`, which is used to control which fields get updated during the request."]]],[]]