Skip to content

BotBee Fun to chat!

Amitha R edited this page Oct 13, 2018 · 3 revisions

BotBee

  • 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
  • Input (Bye, See ys, cya, catch ya soon, catch ya later, adios) ---> NLP ---> Output (Bye [Bye bye, have a productive day ahead!])

Creating a Project on BotBee

  • 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.

Chatfuel Training

  • 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.

Summary

  • 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.