I have a very specific problem I cannot wrap my head around. Imagine something like this:
<category><pattern>HELLO</pattern>
<template><random>
<li>Hi. What is your Name?</li>
<li>Hey. May I ask you to give me your Name?</li>
<li>Hello and welcome. How shall I call you?</li>
</random></template>
</category>
<category><pattern>*</pattern>
<that>WHAT IS YOUR NAME</that>
<template>Hello, <set name="name"><star/></set>. Thanks for letting me know.</template>
</category>
Now, I would like to not have to write the same code for all the questions in the first category. Is there some way to use srai to redirect to another category with a different that (or if you will, alter the that in the process of calling a srai)?