Class GoogleCloudDiscoveryengineV1AssistAnswerCustomerPolicyEnforcementResult
Customer policy enforcement results. Contains the results of the various policy checks, like the banned phrases or the Model Armor checks.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistAnswerCustomerPolicyEnforcementResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyResults
Customer policy enforcement results. Populated only if the assist call was skipped due to a policy violation. It contains results from those filters that blocked the processing of the query.
Declaration
[JsonProperty("policyResults")]
public virtual IList<GoogleCloudDiscoveryengineV1AssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult> PolicyResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1AssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult> |
Verdict
Final verdict of the customer policy enforcement. If only one policy blocked the processing, the verdict is BLOCK.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |