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, including its methods, properties, and inheritance structure."],["The `GetFulfillmentRequest` class is part of the Google Cloud Dialogflow V2 library for .NET and is used as a request message for retrieving fulfillment data."],["There are numerous documented versions of the `GetFulfillmentRequest` class ranging from version 3.2.0 to 4.26.0, with 4.26.0 being the most recent."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality comparisons, and deep cloning."],["The `GetFulfillmentRequest` class has properties `FulfillmentName` and `Name` to manage the identification of a Fulfillment, where the `Name` property has a specified format."]]],[]]