Skip to content

Latest commit

 

History

History
 
 

Microsoft Bot Builder Overview

Microsoft Bot Builder is a powerful framework for constructing bots that can handle both freeform interactions and more guided ones where the possibilities are explicitly shown to the user. It is easy to use and leverages C# to provide a natural way to write Bots.

High Level Features:

  • Powerful dialog system with dialogs that are isolated and composable.
  • Built-in dialogs for simple things like Yes/No, strings, numbers, enumerations.
  • Built-in dialogs that utilize powerful AI frameworks like LUIS
  • Bots are stateless which helps them scale.
  • Form Flow for automatically generating a Bot from a C# class for filling in the class and that supports help, navigation, clarification and confirmation.

Get started with the Bot Builder!

There are several samples in this directory.

You can find more samples in the Bot Builder SDK Samples repo