This bot has been created using Bot Framework. We trained our bot using popular inquiries for different categories of tech shopping, and data obtained from the BestBuy Products Developer API. The goal of our bot is to provide the best information and suggestions according to your situation.
After you've been recommended some products, an AR tag will appear alongside it. You can use your phone to scan the tag to visualize it's dimensions and how it would look in person. Using the product dimension data from the BestBuy Products Developer API, each product is scaled to it's most realistic size.
-
Node.js version 10.14.1 or higher
# determine node version node --version
-
Install modules
npm install
-
Start the bot
npm start
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
- Launch Bot Framework Emulator
- File -> Open Bot
- Enter a Bot URL of
http://localhost:3978/api/messages
To learn more about deploying a bot to Azure, see Deploy your bot to Azure for a complete list of deployment instructions.