public sealed class Feature : IMessage<Fulfillment.Types.Feature>, IEquatable<Fulfillment.Types.Feature>, IDeepCloneable<Fulfillment.Types.Feature>, IBufferMessage, IMessageWhether fulfillment is enabled for the specific feature.
Inheritance
System.Object > Fulfillment.Types.FeatureImplements
IMessage<Fulfillment.Types.Feature>, IEquatable<Fulfillment.Types.Feature>, IDeepCloneable<Fulfillment.Types.Feature>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Feature()
public Feature()Feature(Fulfillment.Types.Feature)
public Feature(Fulfillment.Types.Feature other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Fulfillment.Types.Feature | 
      
Properties
Type
public Fulfillment.Types.Feature.Types.Type Type { get; set; }The type of the feature that enabled for fulfillment.
| Property Value | |
|---|---|
| Type | Description | 
Fulfillment.Types.Feature.Types.Type | 
        |