This chapter is for understanding how to use Microsoft Cognitive Services. The bot identifies the concepts and actions in the message that is sent to the bot with part-of-speech tagging, and finds phrases and concepts using natural language parsers. Also, it returns all the identified intents that were 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 parses data for natural speech and Intent Processing to know the name and location--that is, Name: John, Place: New York, and so on.
You may be mining customer feedback of your application since you want to know whether the user has given a positive or negative feedback, or you may need to identify what your user is trying to communicate with your bot by interpreting user...