Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

szul/conf-edui2017-cogbot

Repository files navigation

edUi Conference 2017 Presentation

This repo houses the coding examples and demos for my edUi Conference (2017) talk on bots.

This particular repository is a sister repository to an example bot demo. That repo's code is designed to showcase many of the dialog and UI functionality that Microsoft's Bot Builder offers. This repo is designed to showcase the available cognitive service integration.

How to install and run

From a shell:

git clone https://github.com/szul/conf-edui2017-cogbot.git
cd conf-edui2017-cogbot
npm install
tsc -p tsconfig.json
node server.js

You'll need the Bot Framework Emulator to interact with it.

Note: This project is outdated, and was an example of Bot Framework SDK v3 functionality. The LUIS application for this bot is no longer functional. Feel free to check out my other bot repositories.

About

A bot example using cognitive services for my edUi Conference talk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published