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.
-
Node.js version 10.14 or higher
# determine node version node --version
-
Install modules
npm install
-
Configure Twilio endpoint as described in the README.
-
Start the bot
npm start