python-aiml-chatbot
python-aiml-chatbot copied to clipboard
BOT Properties
Where is the properties.txt file where all the bot properties is set?
I can only see where <bot name="age"/> is accessed but I can't see anywhere its getting set.
So where is the file and how to set the Bot properties.
@torrtuga You can use setBotPredicate() which is defined in aiml.Kernel. See this line.