Skip to content

anthony2261/MS-BotFramework-BankBot

Repository files navigation

MS-BotFramework-BankBot

Bot built using MS BotFramework for a Bank. Uses LUIS intent classifier, QnA Maker to answer FAQ, and TextAnalytics for sentiment analysis.

Prerequisites

A ".env" file containing:

MicrosoftAppPassword="" (Optional)

QnAKnowledgebaseId="" <br>
QnAEndpointKey="" <br>
QnAEndpointHostName="" <br>

LuisAppId=<br>
LuisAPIKey=<br>
LuisAPIHostName=<br>

InstrumentationKey=

COG_Endpoint=""<br>
COG_SUB_KEY=""

And a dispatch file combinig LUIS and QnAMaker (Refer to Microsoft's Documentation)

To Run

npm install
npm run
And open http://localhost:3978/api/messages in your emulator.

Please refer to MS_BotFramework_Documentation.pdf for a detailed documentation.

About

Bot built using MS BotFramework for a Bank

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published