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.6.0 being the relevant version."],["The `GetFulfillmentRequest` class is a request message used for retrieving fulfillment details, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers available versions ranging from 3.2.0 to 4.26.0 (latest), in a reverse chronological order, for the `GetFulfillmentRequest` class."],["The `GetFulfillmentRequest` class has two constructors, a default constructor, and a copy constructor, that take another `GetFulfillmentRequest` object, and has two properties: `FulfillmentName` and `Name`."],["The webpage contains details about the `GetFulfillmentRequest` properties: `FulfillmentName`, which provides a typed view over the resource name, and `Name`, which is a required string representing the fulfillment's resource name."]]],[]]