markdowndocs

View project on GitHub

up

Intro

Bot Framework is Microsofts’f framework for writing bots.

Root to the docs (somewhat salesy) are here. Has some surprising cool stuff like links to all the bots you published to Azure.

Things I forget

  • Current install quickstart
  • You don’t get a Bot Application template in Visual Studio until you unzip the templates and copy them to your Visual Studio 2017 project templates directory
    • %USERPROFILE%\Visual Studio 2017\Templates\ProjectTemplates\Visual C#\
    • I find it bizzaar that in 2017 there is no msi that does this for you.
  • there all also templates for creating a
  • You test a bot by compiling it and then running the bot emulator.
  • The connection url that you pout the emulator at is found in (where?).