Category: BotFramework

Creating a FitBitAssistantBot using Microsoft Bot Framework and FitBit Web Api : Real Life Example of Authentication Using Azure Bot Service

Time to Read: 14 minutes   Introduction Any business which transacts online requires providing some kind of chat support for the issues related to their business. This can be done by developing chat applications where the consumers directly chat with the agent of the business who then solve their problems. A new alternative to answering frequently asked questions is the use of the Chat Bot...

Building Bots Using Microsoft Bot Framework and ASP.Net Core 2: Part 2- Creating a simple Weather Bot Using Yahoo Weather API

Time to Read: 12 minutes   Introduction Welcome to the part 2 of the Beginner to Advance series on building bots using Microsoft Bot Framework and ASP.NET core 2. Today we will go through some concepts and we will try to build our own bot using Bot Builder Template for v4 that we saw how to install in last blog post. The bot we will...

Building Bots Using Microsoft Bot Framework and ASP.Net Core 2: Part 1- Introduction and Setting Up Bot Development Environment

Time to Read: 7 minutes Introduction This is first part of the series that I have planned on writing on creating interactive chat bots using Microsoft Bot Framework. I will try to cover all aspects of bot development in this series and later on I will try to cover the continuous integration and deployment for the bot and how we can use it to automate...