Skip to content

Latest commit

 

History

History

adapter-alexa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

echo-bot

Bot Framework v4 echo bot sample

This bot has been created using Bot Framework, it shows how to create a simple bot that accepts input from the user and echoes it back.

Prerequisites

  • Node.js version 10.14 or higher

    # determine node version
    node --version

To try this sample

  • Install modules

    npm install
  • Configure Twilio endpoint as described in the README.

  • Start the bot

    npm start