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].
Implements
IMessageGetFulfillmentRequest, IEquatableGetFulfillmentRequest, IDeepCloneableGetFulfillmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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.
Format: projects/<Project ID>/agent/fulfillment
.
Property Value | |
---|---|
Type | Description |
string |