hello,
Currently i am developing a chatbot with a specific application in mind where i am requiring the user to choose from a no. of <li></li>tags just like a switch case in java.
for example ,
robot:choose from the services below
1) abc
2) xyz
3) pqr
user: 1) abc
such type of similar converstion where user would be choosing from a set off options which he prefers
Is it possible to have such a functionality using aiml?and how?