Class GoogleCloudDialogflowV2RaiSettings
Settings for Responsible AI checks.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2RaiSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RaiCategoryConfigs
Configuration for a set of RAI categories.
Declaration
[JsonProperty("raiCategoryConfigs")]
public virtual IList<GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig> RaiCategoryConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDialogflowV2RaiSettingsRaiCategoryConfig> |