Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 821 Bytes

Introduction

This repository contains chat bot implementations using Microsoft Bot Framework that performs orders for businesses.

Getting Started

Recommended tooling:

  • Azure Bot Framework Emulator
  • Bot Builder tools
npm install -g chatdown msbot ludown luis-apis qnamaker botdispatch luisgen

See ludown instructions

Build and Test

The bot currently depends on a LUIS app being deployed. You can use ludown to generate a json file containing the LUIS model. Upload the file to the LUIS portal and fill in the bot settings in order-chatbot.bot.

Additional app settings are required for the bot to run. Read the Startup.cs files to figure out which settings are required.