How to install

Core

  • 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

Where is data?

  • 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

References: