extended-salmon
extended-salmon2y 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
extended-salmon
extended-salmonOP2y ago
For some additional context, here's the behavior when the No Match behavior is used
extended-salmon
extended-salmonOP2y ago
No description
No description
extended-salmon
extended-salmonOP2y ago
And here's the behavior when an else statement is used
extended-salmon
extended-salmonOP2y ago
No description
No description
absent-sapphire
absent-sapphire2y ago
Try changing the path choice block so that the 'No match' option goes to 'AIResponse' instead of 'userInput'
extended-salmon
extended-salmonOP2y ago
It works! Thanks

Did you find this page helpful?