Class GoogleCloudDialogflowV2EntityTypeEntity
Inheritance
GoogleCloudDialogflowV2EntityTypeEntity
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EntityTypeEntity : 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