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].
Implements
IMessageGetFulfillmentRequest, IEquatableGetFulfillmentRequest, IDeepCloneableGetFulfillmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GetFulfillmentRequest()
public GetFulfillmentRequest()
GetFulfillmentRequest(GetFulfillmentRequest)
public GetFulfillmentRequest(GetFulfillmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetFulfillmentRequest |
Properties
FulfillmentName
public FulfillmentName FulfillmentName { get; set; }
FulfillmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FulfillmentName |
Name
public string Name { get; set; }
Required. The name of the fulfillment. Supported formats:
projects/<Project ID>/agent/fulfillment
projects/<Project ID>/locations/<Location ID>/agent/fulfillment
Property Value | |
---|---|
Type | Description |
string |