public sealed class GetFulfillmentRequest : IMessage<GetFulfillmentRequest>, IEquatable<GetFulfillmentRequest>, IDeepCloneable<GetFulfillmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetFulfillmentRequest.
The request message for
[Fulfillments.GetFulfillment][google.cloud.dialogflow.v2beta1.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 `GetFulfillmentRequest` class is a request message for retrieving fulfillment details within the Google Cloud Dialogflow v2beta1 API, specifically for the `Fulfillments.GetFulfillment` method."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetFulfillmentRequest\u003e`, `IDeepCloneable\u003cGetFulfillmentRequest\u003e`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`GetFulfillmentRequest` has two constructors: a default one and another that accepts another `GetFulfillmentRequest` instance for cloning purposes."],["The `GetFulfillmentRequest` contains two properties, `FulfillmentName` and `Name`, where `Name` represents the name of the fulfillment resource and accepts specific formats, the `FulfillmentName` property is a typed view over the `Name` property."],["The `GetFulfillmentRequest` is located within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]