other-emerald
other-emerald16mo ago

anything_else only asked on first loop

Hey I'm trying to build a simple KB loop where a user asks a question, an answer provided, then there's anything else utterance. If the user says no, transition to end, if user says yes, transition to how can I help, but if there's No Match and the user just asks a question that should be answered by the KB, for some reason nothing happens. If I leave the No Match blank and treat it as an else statement the user's question is answered but there is no anything else utterance. Does anyone know why this might be happening?
6 Replies
other-emerald
other-emeraldOP16mo ago
For some additional context, here's the behavior when the No Match behavior is used
other-emerald
other-emeraldOP16mo ago
No description
No description
other-emerald
other-emeraldOP16mo ago
And here's the behavior when an else statement is used
other-emerald
other-emeraldOP16mo ago
No description
No description
xenial-black
xenial-black16mo ago
Try changing the path choice block so that the 'No match' option goes to 'AIResponse' instead of 'userInput'
other-emerald
other-emeraldOP16mo ago
It works! Thanks

Did you find this page helpful?