Under Settings > Bot Setup, there’s a tab for Filters and Redactions. Activating these filters prevents the addition of questions to the Improve view if they contain any of the following:
Gibberish
A link
Profanity
Sensitive information (credit cards, SINs, SSNs, addresses)
The filters do not stop gibberish, links, profanity, or sensitive information from appearing in the chat and in the Conversations view on the Ada dashboard.
To learn more about analyzing past chat content, see Improve incomplete or overlapping Answer training and View past chatter conversations.
When this filter is turned on, sensitive information is still visible in the chat interface and in the Conversations view of the dashboard. The data is also stored on Ada’s database. If you would like sensitive information scrubbed out, read more about Redaction below.
PII Redactions provides a more thorough filter for sensitive data. In contrast to the Sensitive Information Filter, PII Redactions scrubs chatter information from the chat interface and dashboard. By extension, the sensitive information is not stored in the Ada database.
You can ensure that your chatters’ information stays safe and secure by telling your bot what types of information it should keep private. That way, if chatters provide high-risk information that you don’t want your bot to use, you can ensure it doesn’t leave the conversation.
When Ada redacts information, this is what happens:
You can control redactions by using regular expressions (regex) to define exact matching patterns your bot will follow.
It can be tricky getting your regex patterns to work as intended. They can often be too exact, excluding some use cases; or too broad, including more than you wanted them to. Make sure you test a variety of use cases to ensure you’re capturing the right amount of information.
Redaction of credit card information is a mandatory filter. It is active by default in all bots, and can’t be switched off.
Redacted credit card number in the Ada dashboard Conversations view:
If you have the Sensitive Information Filter toggled on as well as Redaction enabled, Redaction will override the filter. The original question will appear in the Improve view (if Unanswered/Not Helpful) but the sensitive information will be redacted. By extension, the sensitive information will not be stored in Ada’s database.
For clients with personalization features enabled, you also have the option to utilize the Sensitive Variable, which can be used to handle sensitive chatter information. Its value is always redacted in the Ada bot dashboard and is permanently deleted after 24 hours.
When creating Sensitive Variables in the answer editor, you select Availability > All Answers (Redacted), and saved sensitive variables are yellow in color.
For more information, see Temporarily store private information using sensitive variables.