Skip to content

Latest commit

 

History

History
 
 

CSharp

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!

The code itself uses Nuget which restores all needed files when built. If you want to build the documentation, you will need to install Doxygen, GraphViz and Mscgen Here are step by step instructions:

  1. Download and install from the Doxygen Windows Installer.
  2. Download and install from the GraphViz Windows Installer
  3. Download and install from the Mscgen Windows Installer

If versions have changed you can find the latest through the core pages above, although you may need to update the Doxygen config file with the appropriate version of tools.

If you want to do localization you should also install the Multilingual App Toolkit which allows you to edit the localization files and make use of tools like automatic translation.