Intent Error
# 🤝help
t
Good afternoon, can't wrap my head around this problem. The workflow has to be like this: User asks a question, if answer is in knowledge base and loop again If not, goes to no KB If a user in the loop says Main Menu or any 15 synonyms which I've into Intent, it has to go Main Menu The problem is that the bot sees that there is no matching for Main Menu in knowledge base and goes to no_KB node. Don't look at the 'Welcome to the main menu.... ' that's not the right node. This is Chatgpt fallback response Would appreciate every advice, thank you so much 🙂

https://cdn.discordapp.com/attachments/1137117764914532483/1137117765254254592/Screenshot_2023-08-04_211345.png

f
does it catch the intent in the debugger
so you are hoping that no kb is the last resort right? if no kb and if intent is not main menu?
i cant see the lines right what does the intent map too? where does its line lead
t
Right. If no kb and no intent it has to go to no_kb node
Just to the first node of the bot. Main menu
4 Views