Class GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter
Configuration of the sensitivity level for blocking an RAI category.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1SafetySettingsRaiSettingsCategoryFilter : 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 |