I have two intents, "PAV" and "None", but for some reason the utterance I added to "PAV" intent is getting "None" predicted intent.
Ps: I retrain my application already.
I have two intents, "PAV" and "None", but for some reason the utterance I added to "PAV" intent is getting "None" predicted intent.
Ps: I retrain my application already.
This might occur because LUIS used POS tagging for doing classification. Try adding some utterances (not pav) for None intent and retrain again.