Module: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SafetySignals::BannedPhraseMatch
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
Overview
Specifies banned phrase match subject.
Constant Summary collapse
- BANNED_PHRASE_MATCH_UNSPECIFIED =
No banned phrase check was executed.
0
- BANNED_PHRASE_MATCH_NONE =
All banned phrase checks led to no match.
1
- BANNED_PHRASE_MATCH_QUERY =
A banned phrase matched the query.
2
- BANNED_PHRASE_MATCH_RESPONSE =
A banned phrase matched the response.
3