In this chapter, we learn how to design Azure chatbots. We start with an introduction to the Microsoft Bot Framework and examine the start-to-finish workings of chatbots and the requirements necessary for creating Azure chatbots. Last, we look at a real implementation of an Azure chatbot.
Introduction to the Microsoft Bot Framework
In 2016, Microsoft released Bot Framework to develop intelligent applications. This framework was designed to be used for customized development and deployment in channels such as Skype, Facebook Messenger, and Telegram. Bot Framework has many advantages ...