Bot Framework in-depth: How to understand the message using Language Understanding Intelligent Service – LUIS
In my last post about Bot Framework, I wrote an overview about how you can create a weather bot.. in this post, I'm starting a series where I'll go deep into each part of building a bot using the Bot Framework.. In this post, I'll deep-dive into Language Understanding Intelligence Service (LUIS), and how we can use it to understand the user message. LUIS is an API built by Microsoft and introduced as a part of Microsoft Cognitive Services (A set of intelligence services).. it's a Machine Learning API that allows you to create an app with some intents and entities and then train it on some utterances and then start using it in your apps or websites and most importantly… your bots! In this post, I'll guide you to create a LUIS app focusing on the bots scenarios, let's start! Well, this the most important part of building an intelligent service than can help you understanding the language, what's your intents?
Jun-15-2016, 01:28:00 GMT