Hi all,
Should I have a breakout category with every topic? I have different topics in my *.aiml file such as definitions, activities etc. If the user is in the definitions topic and gives unexpected input, I want the bot to respond in a particular way. For example:
user: what is cracking
bot: Hacking is the activity of breaking into digital systems without authorization
user: what is ftps
bot: a protocol designed for transferring files securely
user: what is popcorn
bot: that is not a cyber security question
If the user is in the activities topic then I want a different response
user: how do I hack
bot: a complex question. Much depends on what you want to hack
user: should I hard code credit card numbers
bot: No
user: should I cook tonight
bot: This is usually not a cyber security activity
Pranav