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