BannedPhrase(mapping=None, *, ignore_unknown_fields=False, **kwargs)Definition of a customer-defined banned phrase. A banned phrase is not allowed to appear in the user query or the LLM response, or else the answer will be refused.
Attributes |
|
|---|---|
| Name | Description |
phrase |
str
Required. The raw string content to be banned. |
match_type |
google.cloud.discoveryengine_v1beta.types.Assistant.CustomerPolicy.BannedPhrase.BannedPhraseMatchType
Optional. Match type for the banned phrase. |
ignore_diacritics |
bool
Optional. If true, diacritical marks (e.g., accents, umlauts) are ignored when matching banned phrases. For example, "cafe" would match "café". |
Classes
BannedPhraseMatchType
BannedPhraseMatchType(value)The matching method for the banned phrase.