This is where I'm putting any demo code for bots created via the Microsoft Bot Framework.
This is a bare-bones bot that translates English to Pig Latin. The bot will reply with whatever you type, translated to Pig Latin.
Note: Also contains an example of how to use the WebChat control.
Demonstrates how to handle various Bot Framework Activities.
Shows how to use Bot Builder dialogs.
Has a very basic FormFlow example.
Implements dynamic fields in FormFlow (e.g. selection based on updatable data). Several other FormFlow customizations with attributes and more.
Uses LUIS for natural language understanding.
Shows how to use QnA Maker