https://discord.gg/botpress logo
KB under single choice answering
# 📖tutorials
j
IMPORTANT: set your retries to 0 in the single choice option
for those who dont understand what retries are
retries is like a retry in a game. When you die you can play again. but in this case retries are the same but not when you die. When the use says something under a single choice the retry will ask the user to select an option
retries = try again
b
i try it and when i'm asking a question it sending it to my KB question loop 🤔
j
hmm
wierd
can i see how you set it up ?
c
Thanks for sharing @jolly-policeman-82775 !!!
j
np
b
j
can you show me every bit of details ?
m
🔥
f
What to do if user enters a question which still match as one of options from single choice? Look like single choice also uses NLU.
Nevermind, I get it - add validator to a single choice card. Validator should contains code which checks for exact string. If input.value is equal to one of your single choice labels, then return true. Otherwise return false.
10 Views