Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy

Customer-defined policy for the assistant.

Inheritance
object
GoogleCloudDiscoveryengineV1AssistantCustomerPolicy
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy : IDirectResponseSchema

Properties

BannedPhrases

Optional. List of banned phrases.

Declaration
[JsonProperty("bannedPhrases")]
public virtual IList<GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase> BannedPhrases { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase>

ETag

The ETag of the item.

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

ModelArmorConfig

Optional. Model Armor configuration to be used for sanitizing user prompts and assistant responses.

Declaration
[JsonProperty("modelArmorConfig")]
public virtual GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig ModelArmorConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX