As LUIS is a new concept, we will go through one more project to understand the concepts better. This project is for understanding how to use Cortana Intelligence Services and Rich Text Messaging technology. This bot identifies the concepts and actions in the text that is sent to the bot with part-of-speech tagging, finds phrases and concepts using natural language parsers, and returns all the identified Intents, which are created and trained in the custom LUIS app. For example, if you say Hi John, am going to New York tonight, the bot will return part-of-speech tagging as well as parsing data for natural speech and Intent processing to know the name and location:
- Name: John
- Place: New York
Whether you're mining customer feedback, interpreting user commands, or consuming web text, understanding the structure of the text is a critical...