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 or a negative feeling. Since our bot mainly gets it’s input from text, we can use the Text API to validate if the user is happy or not. Just like with the other Cognitive Services, it’s really simple to tap into this form of …
Tag: chat
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 …
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 …