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 latest version of the Dialogflow API documentation available is 4.26.0, however the current page is displaying the information from the 3.8.0 version of the documentation."],["The `GetFulfillmentRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."],["The `GetFulfillmentRequest` class has two constructors, a default constructor, and a constructor that accepts another `GetFulfillmentRequest` object as a parameter."],["Key properties of `GetFulfillmentRequest` include `FulfillmentName`, which is a typed view over the resource name, and `Name`, which specifies the required name of the fulfillment in the format: `projects/{Project ID}/agent/fulfillment`."]]],[]]