- Get started with Rasa
- Get started with Rasa X *note: you needn't install RasaX if you dont like
- Rasa-SDK -> pip install rasa-sdk
- Rasa -> include Rasa NLU and Rasa Core
- Rasa X -> interface to manage data, chat log or teach bot
- Rasa-SDK, using Python to change custom actions
- data/nlu.md: this is the file which will be trained by Rasa NLU, and it's pattern user message
- data/stories.md: this is timeline the conversations. It match pattern message of users with pattern message of bot
- domain.yml: this is a initialy file (i think so). You will init entities, actions and intents in here
- https://medium.com/@itsromiljain/build-a-conversational-chatbot-with-rasa-stack-and-python-rasa-nlu-b79dfbe59491 -> how to build a rasa chat bot step by step
- RasaHQ/rasa#1312 -> import file txt to training data