Back in 2013, I wrote an article called “CSS animated profile cards“. It showed how to create different kind of animations using HTML and CSS animation. Now, I wanted to …
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 …
Apps can be pretty dull and only provide you with some static information. Wouldn’t it be awesome if your phone had eyes, ears and can learn from it’s context around …
Tags bot, chat, cognitive services, microsoft, text analytics
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 …
Tags bot, chat, cognitive services, computer vision, microsoft
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 …