We are creating a bot and using LUIS as an interface, which is a requirement. On LUIS we have implemented intents and utterances. We are facing a problem for achieving a scenario on usability. To be precise there are utterance created for each intents, and these utterances does not take in account singular / plural intent.
The below are the steps I followed,
- I have created a intent "Report"
- I inserted some utterance for the intent,the utterance as showed in screenshot
- After train and test with the word "reports" and "generate reports",the result didn't return the 'report' as top intent Note : Don't configure the Plural('reports') of 'report' word as utterance
Please provide us any solution or alternatives to achieve this functionality.