Skip to content

rijan-chapagain/chat-bot-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Chat-bot

Chat Bot using Bot Framework

Prerequisites

  • Node.js version 10.14 or higher

  • Yarn pkg

    # determine node version
    node --version
    # determine yarn version
    yarn --version 

Installation

  • Clone the repo using

        git clone https://github.com/rijan-chapagain/adaptive-chat-bot.git
    # Open folder that contains package.json
    cd adaptive-chat-bot
  • Install modules

    yarn || npm install
  • Start the bot

    yarn start || 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

About

Adaptive chatbot using Microsoft bot framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published