Class GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig
Configuration for a specific RAI category.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig : IDirectResponseSchema
Properties
Category
Optional. The RAI category.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SensitivityLevel
Optional. The sensitivity level for this category.
Declaration
[JsonProperty("sensitivityLevel")]
public virtual string SensitivityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |