How to get started with Microsoft Bot Framework?

a3.14_Infinity picture a3.14_Infinity · Mar 30, 2016 · Viewed 13.7k times · Source

I got introduced to BOTBUILDER from one of the links shared in hacker-news.

  1. What are the developer resources to get started with Bot Framework?
  2. Do I need to be aware of C#?
  3. Do I need to have azure account in-order to use them?
  4. What are the current integrations available with Bot Framework like: Slack, Skype etc? Is it possible to integrate with WhatsApp?

Answer

narendramacha picture narendramacha · Jul 15, 2016

Microsoft released version 3 APIs and SDK with performance improvements and new features. Now Skype Bots are integrated in to it.

1. Developer resources

Getting Started Link

Bot Builder SDK (Open Source)

2. Do I Need to be aware of c#? Currently Bot Framework supports Node.js and C#.

3. You can publish your Bot service on any hosting server not just only on Azure. For testing you can publish it locally and test it with the help of Latest Bot Emulator.

4.

Supported Channels

5. It has Rest API which allows your bot to send and receive messages to channels configured in the Bot Framework Developer Portal.

https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-overview

Currently WhatsApp not supporting Bots.