Class GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter
Configuration of the sensitivity level for blocking an RAI category.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter : IDirectResponseSchema
Properties
Category
RAI category to configure.
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 |
FilterLevel
Blocking sensitivity level to configure for the RAI category.
Declaration
[JsonProperty("filterLevel")]
public virtual string FilterLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |