Hi Alaric
Thanks a lot for your replies. I wanted to use random with set to avoid having hardcoded the contents in the AIML files, putting the knowledge in the config files, that will make the system more flexible.
Ideally, I would like to ba eble to write in the template something like
<random><set>country</set></random>
meaning that “pick a random element from the set ‘country’”
Nevertheless your approach having in the AIML a list of numbers an pick a random element from there is very interesting, I will try it!
Thanks