Create a Hello bot using Microsoft Botbuilder SDK in Node.js

InstructorAkash Gutha

Share this video with your friends

Send Tweet

Understanding the basics of botbuilder sdk by microsoft, and exploring the basic bot setup to run and respond to messages on any command line client.

The botframework provides two connector classes ConsoleConnector, ChatConnector.

  1. To setup connection to the terminal we used the ConsoleConenctor class
  2. Though in production environment you would like to deploy the bot on to various platforms like facebook, skype, slack etc. the ChatConnector class provides the functionality to do this.
  3. The Chat Connector setup is a bit more complicated, yet doesn't affect the actual logic that you will build your bot on.
kostia-lev
~ 6 years ago

heavy accent, man