Skip to content

A simple chat bot implemented using Microsoft Bot Framework. Implemented on Azure Functions and traditional ASP .NET Core separately.

License

Notifications You must be signed in to change notification settings

weikanglim/OrderBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple chat bot implemented using Microsoft Bot Framework. Implemented on Azure Functions and traditional ASP .NET Core separately.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages