PII Redaction
Redaction for the Python SDK of dashbot is minimally supported. Redaction will only work for the Rasa platform, and requires some additional configurations including installing a branch of our library and a forked version of Scrubadub.
Install dashbotpy branch
pip install git+https://github.com/actionably/dashbotpy.git@redact
Install scrubadub fork
We install a forked version of the scrubadub library available here.
pip install git+https://github.com/CrisisTextLine/scrubadub.git
Consume events with Dashbot
Once you have finished installation of the dashbot library and the scrubadub library to your environment, please configure Rasa with dashbot via one of the following methods (skipping the steps to install dashbotpy):