Chatbot desenvolvido para a realização de vendas de bolo!
This bot has been created using Bot Framework.
- Node.js version 8.5 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.2.0 or greater from here
- Launch Bot Framework Emulator
- File -> Open Bot Configuration
- Navigate to
palmirinha_desenvolvimento
folder - Select
palmirinha_desenvolvimento.bot
file
This bot was generated using the Empty bot template. Unmodified, it's not practical to deploy an empty bot to Azure, as it doesn't have any conversational behavior yet. After making modifications to the bot and testing it locally, you can deploy it to Azure to make it accessible from anywhere. To learn how, see Deploy your bot to Azure for a complete set of deployment instructions.