ai bot, ai chat, ai chatbot, artificial-intelligence, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatbots, conversation with ai, creating chatbots, python3, robot chat
Understand how Rasa Framework works | by Dilane3 | Jul, 2021
rasa framework.Rasa is a python framework that helps us to build any kind of Chatbot easily. It based on NLU (Natural Language Processing) which offer the possibility to understand what the user want. Let’s discover it.Firstly you must know how the Chatbot works. The Chatbot is a conversational agent which talk with a client or user and provide answers to the users’ requests independantly of the human intervention.The Chatbot is composed by some specifics terms that we will discover:Intents: It represent intentions that the user want to express when he submit his message to the Chatbot. Inside the intents, we provides somes phrases that the user may ask and we also provide some responses that the Chatbot must use to answer to the user. It’s the work of the Developper here.Entities: Entitie...

