Skip to content

Our experiments with a Microsoft Bot Framework and LUIS cognitive service.

License

Notifications You must be signed in to change notification settings

asc-lab/microsoft-bot-framework-poc

Repository files navigation

Insurance Agent Bot

This bot is used to sell insurance and integrates with our LAB Insurance Sales Portal.

This bot is build with Bot Builder SDK (Microsoft Bot Framework) v3.

On luis branch is a version that shows how to integrate the bot with LUIS.ai service.

Check out our blog if you want to learn more:

Dialog

Dialog_Line

Prerequisites

  • .env file.
MICROSOFT_APP_ID=
MICROSOFT_APP_PASSWORD=

MOCK_BACKEND=false
BACKEND_HOST=http://localhost:8091
AUTH_HOST=http://localhost:8090
  • if you want to have the benefits of full functionality, you must run our LAB Insurance Sales Portal and change in .env file MOCK_BACKEND from true to false.

Build

npm install

Run

npm run start

Run Microsoft Bot Framework Emulator, open insurance-agent-basic-bot.bot file from this repo in emulator and enjoy.

Example

Example