Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult

Customer policy enforcement result for a single policy type.

Inheritance
object
GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult : IDirectResponseSchema

Properties

BannedPhraseEnforcementResult

The policy enforcement result for the banned phrase policy.

Declaration
[JsonProperty("bannedPhraseEnforcementResult")]
public virtual GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult BannedPhraseEnforcementResult { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ModelArmorEnforcementResult

The policy enforcement result for the Model Armor policy.

Declaration
[JsonProperty("modelArmorEnforcementResult")]
public virtual GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult ModelArmorEnforcementResult { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX