Class GuardrailModelSafety
Model safety settings overrides. When this is set, it will override the default settings and trigger the guardrail if the response is considered unsafe.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class GuardrailModelSafety : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SafetySettings
Required. List of safety settings.
Declaration
[JsonProperty("safetySettings")]
public virtual IList<GuardrailModelSafetySafetySetting> SafetySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GuardrailModelSafetySafetySetting> |