Tag: bot-framework

Visualize Performance of Your Bots With The Ibex Dashboard

Feb 12, 2018 · 4 min read

I recently finished building a bot using the Microsoft Bot Framework for a major client. One of the standard requirement of the clients that develop Bot applications is to have bot-specific monitoring in place. Managing the bot that you have built involves adding monitoring and management capabilities to it. Adding monitoring and management aspects to your bot ensures that your bot implementation will be successful in the long run. There are three services supported by the Bot Framework to bake monitoring and management capabilities in your bot.

#azure#bot-framework

Read more of Visualize Performance of Your Bots With The Ibex Dashboard

Building Bots with The Microsoft Bot Framework - Part 5

Nov 10, 2017 · 4 min read

In this series Introduction Adding Dialogs and State to your bot Using Form Flow Adding intelligence to your bot using LUIS Publishing your bot Welcome to the final post in my series of blogs on Building Bots with The Microsoft Bot Framework. Till now we were building our bot and adding features to it. In this article, we will be publishing our bot and later chat with our bot on Skype.

#azure#bot-framework

Read more of Building Bots with The Microsoft Bot Framework - Part 5

Building Bots with The Microsoft Bot Framework - Part 4

Oct 22, 2017 · 10 min read

In this series Introduction Adding Dialogs and State to your bot Using Form Flow Adding intelligence to your bot using LUIS Publishing your bot Welcome to the fourth post in my blog series on Building Bots with The Microsoft Bot Framework. In this article, we will see how we can configure LUIS to bring Natural Language Processing capabilities to our application. LUIS uses Intents, Entities, and Utterances to build its NLP models.

#azure#bot-framework

Read more of Building Bots with The Microsoft Bot Framework - Part 4

Building Bots with The Microsoft Bot Framework - Part 3

Sep 14, 2017 · 8 min read

In this series Introduction Adding Dialogs and State to your bot Using Form Flow Adding intelligence to your bot using LUIS Publishing your bot Welcome to the third post in my blog series on Building Bots with The Microsoft Bot Framework. In the last post, we saw how we could use Dialogs and State to carry out a meaningful conversation with the user. However, we also saw that interacting with the user using Dialogs involves a lot of complexity.

#azure#bot-framework

Read more of Building Bots with The Microsoft Bot Framework - Part 3

Building Bots with The Microsoft Bot Framework - Part 2

May 19, 2017 · 9 min read

In this series Introduction Adding Dialogs and State to your bot Using Form Flow Adding intelligence to your bot using LUIS Publishing your bot Welcome to the second post in my blog series on Building Bots with The Microsoft Bot Framework. In today’s post, we will learn how we can build a stateful bot that can carry out a meaningful conversation with the user. We will also find out how Dialogs can add reusability to our bots.

#azure#bot-framework

Read more of Building Bots with The Microsoft Bot Framework - Part 2

Building Bots with The Microsoft Bot Framework - Part 1

May 05, 2017 · 6 min read

In this series Introduction Adding Dialogs and State to your bot Using Form Flow Adding intelligence to your bot using LUIS Publishing your bot I decided to spend some time learning the Microsoft Bot Framework. I am going to write a series of blog posts to share with you what I learn so that we can go through this learning exercise together. This is the first post in the series with a few more to go.

#azure#bot-framework

Read more of Building Bots with The Microsoft Bot Framework - Part 1