Class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy
Customer-defined policy for the assistant.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy : IDirectResponseSchema
Properties
BannedPhrases
Optional. List of banned phrases.
Declaration
[JsonProperty("bannedPhrases")]
public virtual IList<GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyBannedPhrase> BannedPhrases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyBannedPhrase> |
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 GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyModelArmorConfig ModelArmorConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyModelArmorConfig |