-
Notifications
You must be signed in to change notification settings - Fork 3
Overview
Philip Mutua edited this page Jan 26, 2023
·
8 revisions
- Importance of chatbots in today's world and the various industries they are used in.
- Rasa as an open-source conversational AI framework that can be used to build chatbots.
βΆοΈ Get Started
-
π§ Defining actions.py

- π€ Importance of chatbots
- βΉοΈ Rasa as an open source conversational AI framework
- π Bot potential features
- π Defining the intents & entities
- π¬ Building the dialogue flow
- βοΈ Setting up the development environment
- π§ Defining intents and entities in the nlu.yml
- π§ Defining actions.py
- π§ Defining the domain.yml
- π§ Defining stories in the stories.yml
- π§ Defining rules.yml
- π οΈ Setting up the config.yml
- π Integrating the chatbot with channels
- π Deploying the chatbot