Problem with my chatbot: Unexpected addition of in...
# 🤝help
l
Hello, I have a small issue with my chatbot. In one node, I have the intents for greeting and how are you, and the checkknowledge! For some questions, it generates the correct response based on the knowledge base, but it adds a message from the intents at the end (not for all questions), and I don't understand why. Normally, it should just take me through to the end directly.
a
So you're saying sometimes the intent based transition is triggered even on questions that don't satisfy the utterances you have set for your intents? Is that what you mean?
l
Yes