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