Hey guys,
I was wondering if I could create a knock knock-joke with my bot. It should look the following:
- User: Knock, knock
- Bot: Who’s there?
- User: random input/intent
- Bot: That’s funny!
The basic story is clear but is there a way to handle the second user turn by telling the bot to interpret every type of intent/input as the knock knock continuation and react to it with laughter in the forth turn? So I am looking for kind of like a “comprehensive” intent that suits for every input as soon as the story it belongs to was initiated. It should work for both, intents over and under my fallback-threshold.
Thanks in advance!