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 page details the `GetFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to retrieve fulfillment information."],["The `GetFulfillmentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The page lists a history of versions of the `GetFulfillmentRequest`, with the most recent being 4.26.0 and extends back to version 3.2.0, with some missing versions in between."],["`GetFulfillmentRequest` has two constructors and two properties, `FulfillmentName` of the type `FulfillmentName` and `Name` of the type `string`."],["The `Name` property of the `GetFulfillmentRequest` class is a required field, representing the name of the fulfillment and following a specific format: `projects/{Project ID}/agent/fulfillment`."]]],[]]