Is there a way to handle the conjunction between two rules that are in two different topics (separate files):
example:
in the file personnal_information.top
topic: ~personnal_information (âge)
u: (<< [vous tu] [quel combien] âge >>) 25 ans
int the file douleur.top
topic: ~douleur (mal)
u: (<< [où quand] [avez as] mal >>) j’ai mal partout
I have to get for:
vous avez quel âge—-> 25 ans
où avez vous mal?—-> j’ai mal partout.
All this works and now i want to get for “vous avez quel âge et où avez vous mal” as answer “25 ans et j’ai mal partout” by using seperate file for the topics. Is it possible? or I have to put them in the same file?
Which would not arrange the architecture I’m planning for my chatbot. Or is there a way to send the question to chatscript specifying the topic in which it will look for the answer without considering the keywords?
Thanks you to enlighten me