Skip to content

Andres-Coronado/qna-bot-LS

Repository files navigation

CLU - Custom question answering

Bot Framework v4 using CLU Service and QnA

This bot has been created using [Microsoft Bot Framework][1], it shows how to use CLU and QnA from Language Studio From Azure Services

Prerequisites

  • Node.js version 10.14 or higher

    # determine node version
    node -v

To try this sample

  • Install modules

    npm install
  • Start the bot

    npm start

Testing the bot using Bot Framework Emulator

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.3.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages