Simple demo to demonstrate the rasa core's version 0.11.3
The steps are very simple. make sure you have docker installed
docker-compose up --build
You have to add your credentials file that should look like this
rest:
facebook:
verify: "rasa-bot"
secret: "yoursecret"
page-access-token: "yourpageaccesstoken"
follow this guide to know how to setup channels using Rasa https://rasa.com/docs/core/connectors/
Brief Information about the stack
You have three folders here