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 documentation is for the `GetFulfillmentRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta15."],["`GetFulfillmentRequest` is a message class used to request fulfillment details via `Fulfillments.GetFulfillment`, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and provides properties such as `FulfillmentName` (a `FulfillmentName`-typed view) and `Name` (a string representing the fulfillment resource name)."],["The `GetFulfillmentRequest` class has two constructors: one default constructor and one constructor that takes another `GetFulfillmentRequest` object as a parameter, allowing it to be copied."],["The `Name` property of the `GetFulfillmentRequest` class is required, supporting two different formats including `projects/\u003cProject ID\u003e/agent/fulfillment` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/fulfillment`."]]],[]]