Class GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig
Inheritance
GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig : IDirectResponseSchema
Properties
Category
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SensitivityLevel
Declaration
[JsonProperty("sensitivityLevel")]
public virtual string SensitivityLevel { get; set; }
Property Value
Implements