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."],[[["The webpage provides documentation for the `GetFulfillmentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, with versions ranging from 3.2.0 to 4.26.0."],["`GetFulfillmentRequest` is a request message used for retrieving fulfillment information via the `Fulfillments.GetFulfillment` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["The `GetFulfillmentRequest` class has properties such as `FulfillmentName` and `Name`, where `Name` is a required field representing the resource name of the fulfillment in the format `projects/{Project ID}/agent/fulfillment`."],["The latest version of the `GetFulfillmentRequest` is version 4.26.0."]]],[]]