This branch contains samples for the released version of the Microsoft Bot Framework V4 SDK for .NET, JS and Python. A collection of experimental samples exist, intended to provide samples for features currently in preview or as a way to solicit feedback on a given design, approach, or technology being considered by the Bot Framework Team. Introduces the concept of adapter and demonstrates a simple echo bot on console adapter and how to send a reply and access the incoming message. Demonstrates how to use waterfall dialog, prompts, and component dialog to create a simple interaction that asks the user for name, age, and prints back that information. Demonstrates how the multi-turn dialog can use a card to get user input for name and age.
Features
- To use the samples, clone this GitHub repository using Git
- Samples are designed to illustrate functionality you'll need to implement to build great bots!
- Authentication samples
- Experimental / preview samples
- Custom adapter samples
- Advanced bots