0

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.

The chat test (image)

The only utterance I have (image)

I have 6 utterances in None intent, and the app was retrained already

1 Answers1

0

This might occur because LUIS used POS tagging for doing classification. Try adding some utterances (not pav) for None intent and retrain again.

  • Hi Haritha, thank for your feedback. But, I already have 6 utterances in None intent, and still not working the way I wanted. I added the image with the None utterances if you wanna see it. – Iago Gabriel Jul 20 '17 at 13:52
  • you need to keep training PAV then – Ezequiel Jadib Jul 20 '17 at 14:00
  • Hi guys! Ezequiel, thank you. You made me realise that I need to add more utterances to PAV intent, then it'll get the right intent. So that's work pretty fine. – Iago Gabriel Jul 21 '17 at 05:17