-
Notifications
You must be signed in to change notification settings - Fork 5
BotBee Fun to chat!
Amitha R edited this page Oct 13, 2018
·
3 revisions
- A chatbot created with any programming.
- The Chatbot is created using the services of "Chatfuel" - build and deploy chatsbots on the facebook messenger platform.
Human ---> Chatfuel(Natural Language Processing) ---> BotBee;
- Training Phases for chatfuel
- Writing the AI - Mapping input phrases to response.
- Input (Bye, See ys, cya, catch ya soon, catch ya later, adios) ---> NLP ---> Output (Bye [Bye bye, have a productive day ahead!])
- Login - Facebook credentials.
- Choose a template (Blank), rename and create a Chatbot.
- Connect it to Facebook Page.
- Create a Facebook page -> (Name / website) or choose an existing page.
- Build - set the default welcome and fallback messages.
- Setup AI - Steup the rules provided in the PDF.
- Then test the bot -> Facebook - edit the button - Test button and chat with the bot.
- Used chatfuel for building the bot and used Facebook Messenger as the platform.
- Users chat on the messenger, which then relays the messages to Chatfuel which responds back.
- Chatfuel uses Natural Language Processing to map messages to appropriate replies.