Google Cloud Dialogflow v2beta1 API - Class GetFulfillmentRequest (1.0.0-beta15)

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].

Inheritance

object > GetFulfillmentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

GetFulfillmentRequest()

public GetFulfillmentRequest()

GetFulfillmentRequest(GetFulfillmentRequest)

public GetFulfillmentRequest(GetFulfillmentRequest other)
Parameter
NameDescription
otherGetFulfillmentRequest

Properties

FulfillmentName

public FulfillmentName FulfillmentName { get; set; }

FulfillmentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string