Class GoogleCloudDialogflowV2Fulfillment
Inheritance
GoogleCloudDialogflowV2Fulfillment
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Fulfillment : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Enabled
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Features
Declaration
[JsonProperty("features")]
public virtual IList<GoogleCloudDialogflowV2FulfillmentFeature> Features { get; set; }
Property Value
GenericWebService
Declaration
[JsonProperty("genericWebService")]
public virtual GoogleCloudDialogflowV2FulfillmentGenericWebService GenericWebService { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements