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."],[[["This document provides reference information for the `GetFulfillmentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta20."],["`GetFulfillmentRequest` is a class used as the request message for `Fulfillments.GetFulfillment` within the API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities."],["`GetFulfillmentRequest` includes properties `FulfillmentName`, which is a typed view, and `Name`, which represents the required name of the fulfillment resource."],["There are two constructors, a parameterless constructor and one that takes another `GetFulfillmentRequest` object."]]],[]]