https://discord.gg/botpress logo
Using Intent in different workflows results in dif...
# 🤝help
s
I encountered different results when using Intent in various workflows in Botpress: 1. When a user sends a message to the bot and the message can be answered by the knowledge base, if the Intent is
return
, it will return to the main flow. 2. When a user sends a message to the bot and the message cannot be answered by the knowledge base, regardless of whether the user's Intent is
return
, the bot will return the user to the main flow.