To be more explicit, for example, I have in ~topic1
u: TESTA ( i am)
$intent=TESTA
[yes][oh yes]
u: TESTB (you are)
$intent=TESTB
[ok][I know]
And in ~topic2:
u: ($intent=TESTA why) don’t worry
u: ($intent=TESTB why) oh oh
In the control script, topic 2 is only accessible if topic 1 does not return a response. whySo the answer of in topic2 depends on the previous output of topic1. How to do that with responseruleid? Of course I have several answers for a rule in topic 1 and ^ incontext function is not appropriate in this case.
Thank