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 `GetFulfillmentRequest` is 4.26.0, and the page provides links to documentation for numerous prior versions, going back to 3.2.0, with the current page showing the doc for 3.11.0."],["The `GetFulfillmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and API communication."],["It has two constructors: a default constructor and one that accepts another `GetFulfillmentRequest` object, enabling the creation of new instances and copies."],["The class has properties, `FulfillmentName`, and `Name`, which are utilized to define and access the fulfillment resource, with the 'Name' property being a required string field specifying the fulfillment name in a specific format."]]],[]]