Class GoogleCloudDialogflowV2beta1SessionEntityType
Inheritance
GoogleCloudDialogflowV2beta1SessionEntityType
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SessionEntityType : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Entities
Declaration
[JsonProperty("entities")]
public virtual IList<GoogleCloudDialogflowV2beta1EntityTypeEntity> Entities { get; set; }
Property Value
EntityOverrideMode
Declaration
[JsonProperty("entityOverrideMode")]
public virtual string EntityOverrideMode { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements