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