For my final post of the year, I wanted to do something fun and decided to create a chatbot that creates memes. You’ve probably seen them before in the form of image macro’s with the typical …
Blog Posts
Chatbots are becoming a more common way to navigate a user through an application. The Microsoft Bot Framework allows you to build those kind of chatbots, host them in Azure and integrate them with ease in …
One of the things you can do with the Text Analytics API, is the ability to recognise sentiment. This simply means that this API is able to detect if a piece of text has a positive …
Since we’re now able to request user input using Prompt Dialogs in Bot Framework, we can take it another step further. At this stage, we’ve only added LUIS as a form of Artificial Intelligence to the …
Our first bot built with Bot Framework didn’t handle much user input. LUIS was able to recognize the text and start the dialog, but what if you want your bot to ask the user for input? …
Now that we’ve built our first bot with Bot Framework that’s running locally, let’s move forward by making it publicly available. We’ll do so by running the bot in Microsoft Azure. By doing this, we’ll make …