Skip to content

A finance chatbot developed using Microsoft Bot Framework and LUIS.

Notifications You must be signed in to change notification settings

amshekar/FinanceBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinanceBot

A finance chatbot developed using Microsoft Bot Framework and LUIS. EPAM Project Issues:

  1. Using the API account key instead of LUIS programmatic key. 401 error (permission denied) Fix: use the starter key provided in LUIS app manage section. Azure keys not working to call the REST APIs. You have to use the programmatic api to manage the app and the Azure key to query the app. (Issue github page: microsoft/Cognitive-LUIS-Windows#23) (Solution page: https://blogs.msdn.microsoft.com/kwill/2017/05/17/http-401-access-denied-when-calling-azure-cognitive-services-apis/)

About

A finance chatbot developed using Microsoft Bot Framework and LUIS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.2%
  • HTML 30.8%