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-04-09 UTC."],[[["This page provides reference documentation for the `GetFulfillmentRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The latest version of the API documented here is 4.26.0, with versions ranging from 3.2.0 up to the latest being available."],["The `GetFulfillmentRequest` class is the request message type for retrieving fulfillment data through the `Fulfillments.GetFulfillment` method, and it implements multiple interfaces."],["This class includes a `Name` property (a string) that is required and represents the resource name of the fulfillment, as well as a `FulfillmentName` property providing a typed view of the same name."]]],[]]