Class GoogleCloudDialogflowV2beta1EntityTypeEntity
Inheritance
GoogleCloudDialogflowV2beta1EntityTypeEntity
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1EntityTypeEntity : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Synonyms
Declaration
[JsonProperty("synonyms")]
public virtual IList<string> Synonyms { get; set; }
Property Value
Value
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Implements