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 documentation for the `UpdateFulfillmentRequest` class in the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `UpdateFulfillmentRequest` class is used to request updates to fulfillment data and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of `UpdateFulfillmentRequest` is 4.26.0, with multiple older versions available, all the way down to version 3.2.0."],["The class has two constructors, a default one and another that takes an `UpdateFulfillmentRequest` object as a parameter."],["The `UpdateFulfillmentRequest` class contains two properties: `Fulfillment`, representing the fulfillment data to update, and `UpdateMask`, which specifies which fields to update."]]],[]]