Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
/ conf-edui2017-cogbot Public archive

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

License

Notifications You must be signed in to change notification settings

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.

Releases

No releases published

Packages

No packages published