Setting up Conversational Bot

Instructions on how to setup development environment for DTML conversational bot.

Getting source code

The code is hosted on GitHub: https://github.com/seattleuser/DTML.EduBot

Example of the bot in action: English Teacher Bot

$ git clone <repository>

We use Bot Framework Emulator to test and debug bot, either locally or remotely. Using the emulator, you can chat with the bot and inspect the messages that bot sends and receives. The emulator displays messages as they would appear in a web chat UI. Download packages for Mac, Windows, and Linux are available via the GitHub releases page.

In order to run bot you would need secret keys. Please contact [email protected] to complete training and get access to the keys.

Last updated