bannedPhraseMatch property

String? bannedPhraseMatch
getter/setter pair

Specifies banned phrase match subject. Possible string values are:

  • "BANNED_PHRASE_MATCH_UNSPECIFIED" : No banned phrase check was executed.
  • "BANNED_PHRASE_MATCH_NONE" : All banned phrase checks led to no match.
  • "BANNED_PHRASE_MATCH_QUERY" : A banned phrase matched the query.
  • "BANNED_PHRASE_MATCH_RESPONSE" : A banned phrase matched the response.

Implementation

core.String? bannedPhraseMatch;