Simple chatbots work based on pre-written keywords that they understand. Each of these commands must be written by the developer separately using regular expressions or other forms of string analysis. If the user has asked a question without using a single keyword, the robot can not understand it and, as a rule, responds with messages like “sorry, I did not understand”.
Messenger Bots are created using the new Messenger API that allows a bot to send and receive messages. The Messenger Bots are essentially chat bots that you can talk to from the Messenger app. The conversations will of course be different than those you have with your Facebook friends. These bots are meant to help you get information for example you can ask the CNN bot to tell you give you the current headline news and it will fetch them for you.