Monday, August 10Digital Marketing Journals

Tag: Dilane3

Understand how Rasa Framework works | by Dilane3 | Jul, 2021
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...
How to Create a Chatbot Using DialogFlow ? | by Dilane3 | Jul, 2021
ai bot, ai chat, ai chatbot, artificial-intelligence, best chatbot, bots, chatbot, chatbot ai, chatbot app, chatbot messenger, chatbot online, chatbot website, chatbot-development, chatbots, conversation with ai, creating chatbots, dialogflow, facebook bot, facebook chatbot, facebook messenger bot, google chat bots, robot chat

How to Create a Chatbot Using DialogFlow ? | by Dilane3 | Jul, 2021

What is DialogFlow ?DialogFlow is a development platform created by Google that can help us to create Chatbots. It’s based on NLP (Natural Language Processing) which offers our chatbots the possibility to be very powerful.What is the ChatBot ?A chatBot is an intelligent program that can interact with people like a human and serves them in the specific domain where it has been created. The chatbot analyzes the intention of the client and researches the response that will be more adapted.Now you know what DialogFlow and chatbot are, let’s see how we can create a chatbot using Dialogflow.Note: You should have a google account and login in to the Dialogflow platform before following these steps.In this article, we will create a chatbot that can serve clients who will want to do a reservation f...