I have an app in LUIS with one intent "Help" (appart from None) and when I test it with utterances that my intent does not cover (e.g "Hi man"), LUIS resolves to the "Help" intent... I have no utterances in "None" intent...
What should I do? Should I add all the utterances I don't want to match "Help" intent in "None"? Should I need to know everything a user can ask to my bot which is not related with "Help"? For me, that's not make sense at all... and I think that is exactly how LUIS works...