public sealed class GetFulfillmentRequest : IMessage<GetFulfillmentRequest>, IEquatable<GetFulfillmentRequest>, IDeepCloneable<GetFulfillmentRequest>, IBufferMessage, IMessage
The request message for [Fulfillments.GetFulfillment][google.cloud.dialogflow.v2.Fulfillments.GetFulfillment].
[[["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 webpage provides documentation for the `GetFulfillmentRequest` class within the Google Cloud Dialogflow V2 library for .NET, specifically for version 3.9.0."],["The `GetFulfillmentRequest` class is used to construct request messages for the `Fulfillments.GetFulfillment` method, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts an existing `GetFulfillmentRequest` object, and has properties for `FulfillmentName` and `Name`."],["The webpage also lists various historical versions of the `GetFulfillmentRequest` documentation, ranging from version 3.2.0 to the latest, 4.26.0."],["The `Name` property requires the name of the fulfillment in the format `projects/{Project ID}/agent/fulfillment`."]]],[]]