https://discord.gg/botpress logo
Hi guys, I am building a bot and would like to use...
# 💻developers
m
Hi guys, I am building a bot and would like to use the single choice input and text input simultaneously. The user input should query the knowledge base only if the input doesn't match the fields in the single choice. While this is the expected behaviour, at times I see that the response comes both from the single choice as well as the knowledge base query. Has anyone faced this issue? Is there an alternate path. Eg. User is shown a single choice input 'About us' which redirects to a separate node. The user types raw input: 'About us" which should ideally go to the above node. Instead it queries the KB and also triggers the node. And the bot shows 2 answers.