Class GoogleCloudDialogflowV2SessionEntityType
Inheritance
GoogleCloudDialogflowV2SessionEntityType
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2SessionEntityType : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Entities
Declaration
[JsonProperty("entities")]
public virtual IList<GoogleCloudDialogflowV2EntityTypeEntity> 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