python-aiml-chatbot icon indicating copy to clipboard operation
python-aiml-chatbot copied to clipboard

BOT Properties

Open torrtuga opened this issue 7 years ago • 1 comments

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 avatar Sep 05 '18 09:09 torrtuga

@torrtuga You can use setBotPredicate() which is defined in aiml.Kernel. See this line.

ghwn avatar Jan 15 '20 01:01 ghwn