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