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 details the `GetFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to request fulfillment data from Dialogflow."],["The latest version available for the `GetFulfillmentRequest` class is 4.26.0, with a range of versions from 4.26.0 down to 3.2.0 accessible from the list."],["`GetFulfillmentRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetFulfillmentRequest` class has two constructors, a default one, and another that copies from another `GetFulfillmentRequest` instance."],["The key properties for `GetFulfillmentRequest` are `FulfillmentName`, a typed view over the `Name` property, and `Name`, a string representing the fulfillment resource name, which is a required field."]]],[]]