Bot Framework provides the most comprehensive experience for building conversation applications.
Перейти к файлу
Shahin Shayandeh 99fb1f7615 Updating subscriptions and models for luis samples 2016-03-29 14:54:55 -07:00
CSharp Updating subscriptions and models for luis samples 2016-03-29 14:54:55 -07:00
Node Updated hello bots 2016-03-29 14:43:26 -07:00
.gitattributes More documentation. 2016-03-24 16:55:15 -07:00
.gitignore removed redundant ignores 2016-03-17 14:27:53 -07:00
Contributing.md Update Contributing.md 2016-03-29 13:16:28 -07:00
LICENSE Update LICENSE 2016-03-14 17:20:03 -07:00
README.md Update README.md 2016-03-29 14:42:05 -07:00

README.md

Bot Builder SDK

The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework.

The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.

Bot Framework Diagram

Bots (or conversation agents) are rapidly becoming an integral part of ones digital experience – they are as vital a way for users to interact with a service or application as is a web site or a mobile experience. Developers writing bots all face the same problems: bots require basic I/O; they must have language and dialog skills; and they must connect to users – preferably in any conversation experience and language the user chooses. The Bot Framework provides tools to easily solve these problems and more for developers e.g., automatic translation to more than 30 languages, user and conversation state management, debugging tools, an embeddable web chat control and a way for users to discover, try, and add bots to the conversation experiences they love.

Review the documentation to get started with the Bot Builder SDK!