Class GoogleCloudDialogflowV2beta1EntityType
Inheritance
GoogleCloudDialogflowV2beta1EntityType
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1EntityType : IDirectResponseSchema
Properties
AutoExpansionMode
Declaration
[JsonProperty("autoExpansionMode")]
public virtual string AutoExpansionMode { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("enableFuzzyExtraction")]
public virtual bool? EnableFuzzyExtraction { get; set; }
Property Value
Entities
Declaration
[JsonProperty("entities")]
public virtual IList<GoogleCloudDialogflowV2beta1EntityTypeEntity> Entities { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements