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 provides documentation for the `GetFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with version 3.7.0 being the relevant version."],["The `GetFulfillmentRequest` class is a message type used to request fulfillment data from Dialogflow and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page shows the inheritance of `GetFulfillmentRequest` from `Object`, highlighting inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetFulfillmentRequest` class has two constructors and two properties, `FulfillmentName` and `Name`, with detailed descriptions and types provided."],["There are multiple versions of the `Google.Cloud.Dialogflow.V2.GetFulfillmentRequest`, starting from version 3.2.0 all the way to the latest being version 4.26.0."]]],[]]