ai bot, ai chat, ai chatbot, best chatbot, bot-framework, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatbots, conversation with ai, creating chatbots, microsoft, microsoft-bot-framework, robot chat
Building a Weather Bot using Bot Framework Composer- Part 2 | by Mitusha Arya | Jul, 2021
The first part of the tutorial can be found here — https://chatbotslife.com/building-a-weather-bot-with-bot-framework-composer-fa62b7cc9623A dialog contains one or more triggers. Each trigger consists of one or more actions which are the set of instructions that the bot will execute. Dialogs can also call other dialogs and can pass values back and forth between them.In this tutorial, you learn how to:Add dialogs to a basic bot.Run the bot locally and test it.The main function of the bot is to report current weather conditions.To do this, you will create a dialog that:Prompts the user to enter a postal code to use as a location for weather lookup.Calls an external API to retrieve the weather data for the specified postal code.Start Composer.Select the weather_bot bot project from the Recent...

