I'm having some problems with intents, the chatbot...
# 🌎general
g
I'm having some problems with intents, the chatbot is not obeying the intents and it's changing the flow. Anyone else with this problem?
a
are you using inline intents or the global intents? The inline ones are more reliable
m
@acceptable-gold-88171 Hey hi, can we able to detect intents on every incoming message ( Like global intent ) and trigger a particular node accordingly?
a
yes. Although you need to arrange your flow so that every new message comes through the same node, where you check the incoming message.
kind of like a reception at a hotel
the reception tells you were to go, and if you have more questions you go to the reception
g
I tested it here with the lines of intent and it improved, thank you!