A bot that demonstrates UAM capabilities. But really this is a fun project 😍
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.1 or higher
# determine node version node --version -
A bot with
Messaging endpointas the ngrok url appended withapi/messages
-
Install modules
npm install
-
Start the bot
npm start
-
Start ngrok with command below
ngrok http-host-header=localhost:3978 -
Copy the ngrok url with https and paste it in the BOT configuration under
Messaging endpoint -
Update the
botId,validDomainsand other necessary properties in themanifest.jsonfile in the folderappManifest. -
Zip the three files (manifest.json and the icons) which is now your
Microsoft Teams app -
Upload it to
Microsoft Teamsand use it in aTeamorGroup chatto further test it.
