public sealed class GetFulfillmentRequest : IMessage<GetFulfillmentRequest>, IEquatable<GetFulfillmentRequest>, IDeepCloneable<GetFulfillmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetFulfillmentRequest.
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 reference documentation for the `GetFulfillmentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `GetFulfillmentRequest` class is a request message used for `Fulfillments.GetFulfillment` in the Google Cloud Dialogflow v2 API and it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists a comprehensive set of versions of the `GetFulfillmentRequest` class, ranging from the latest version 4.26.0 down to version 3.2.0, including the current page version which is 4.2.0."],["The class has a constructor that can be used without any parameter or with another `GetFulfillmentRequest` as a parameter and includes two properties: `FulfillmentName`, a typed view of the name resource, and `Name`, which is the string name of the fulfillment."],["There are also some inherited members from object including `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."]]],[]]