Skip to main content

Microsoft Bot Framework - Introduction

Microsoft Bot framework is a building area of Conversational AI bots.



Microsoft introduced many services as independent and coupled inside Azure. Some of then services like QnA, Language Understanding(LUIS), Vision, Speech. 

These API are trending powerful nowadays and becoming easier to develop AI bots. 

It having own life cycle model. After development process we can do testing in local emulator and publish service through azure app service. 

To connect this bots, we can use channels that provides in bot registration under azure service. All you needed is visual Studio 2019 & Azure Subscription. Then You can kick start your bot development.

Life cycle:

Microsoft Bot Framework Life Cycle
Bot Framework Life Cycle

Dialogs

Bots
Cards
Bot Channel Registration
DirectLine



Comments

Popular posts from this blog

UiPath : Orchestrator Basics

UiPath : Orchestrator Basics By Dinesh Baskaran 1. What is Orchestrator? 2. What is Tenant in Orchestrator? 3. What is Jobs in Orchestrator? 4. What is Robots in Orchestrator? 5. What is Environment in Orchestrator? 6. What is Machines in Orchestrator? 7. What is Processes & Packages in Orchestrator? 8. What is Schedules in Orchestrator? 9. What is Assets in Orchestrator ? 10. What is Queues in Orchestrator ? 1. What is Orchestrator? It is the managing body with whole control to the System. One Admin can manage everything through Orchestrator. Also we can add roles to control and monitor the system. In UiPath, generally orchestrator handles the Robots, Environment, Processes, Schedules, Assets and Queues. UiPath Orchestrator is a User Interaction web page that need to be hosted in a webserver(IIS). One should have access to the tenants, then login and manage all the setup. UiPath Admin is the highest role can play with all over setup. 2. What is Tenant in Orche

Azure - Web App Bot - Introduction

Hello everybody! Happy to give intro about Azure Web App Bot!!  Recently had some good time to learn and use this in real time requirements. I am sharing the things here to jump start with Azure Web App Bot.  Prerequisite: 1. Azure Subscription Before you got into Web app bot creation, I will give inputs about other terms which will be useful to gain more sounds.  Azure App Service:             This is used as hosting endpoint where you can access from world. All incoming connection will begin from app service. That endpoint it tied with Web app bot for bot service. App service always having different tech flavours for hosting. So while creating app service itself we can use the flavour of code which we used for development.  Web App Bot:               This is a service used as middleware for bot. Simply we can call as connecting medium. After bot development we need to access your bot through emulator in our local. But for other endpoint users we need to connect with channels that are