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