This example is based on the official Helpdesk Assistant Rasa bot sample.
- Follow the steps defined in the sample's README.
- Create a Botanalytics project, add Rasa channel.
- Configure custom event broker within your
endpoints.yml. - Set type as
botanalytics.rasa.Rasainendpoints.ymlunder event broker. - Set the provided API key as
BA_API_KEYenvironment variable in.envfile or asapi_keyunderendpoints.ymlfile under event broker.
# endpoints.yml file example
event_broker:
type: botanalytics.rasa.Rasa
api_key: `BA_API_KEY`
debug: true