weikanglim / OrderBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%