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 request fulfillment data from the Dialogflow API."],["The `GetFulfillmentRequest` class, found in the `Google.Cloud.Dialogflow.V2.dll` assembly, is a request message for the `Fulfillments.GetFulfillment` method and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this `GetFulfillmentRequest` documentation is 4.26.0, with versions ranging down to 3.2.0 available to navigate."],["The `GetFulfillmentRequest` class has two constructors and two properties: `FulfillmentName`, which is the typed view, and `Name`, which is the actual name of the fulfillment resource."],["The resource `Name` is required and must be in the format of `projects/{Project ID}/agent/fulfillment`."]]],[]]