viniciuscm97 / FormChatBot

Create a form with Microsoft bot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat bot

Developed with Node.js and the Microsoft framework bot. Using API's to CEP , name and love API; LUIS: natural language recognizer

In the main menu we can use the form dialog, use the APIlove and cancel the chat.

Prerequisites

  • Node.js version 10.14.1 or higher

    node --version

To run the bot

  • Install modules

    npm install
  • Start the bot

    npm start

Test 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.9.0 or greater from here

Connecting on bot using Bot Framework Emulator

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

About

Create a form with Microsoft bot framework


Languages

Language:JavaScript 100.0%