Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.54 KB

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