The “AIML” tag creates a new AIML category and saves it in file “User.aiml” located in folder “\Guile3D\bin\Database\AIML\Users\(user name)\”
This tag is very useful to create new AIML categories in real-time during a conversation with the Virtual Assistant Denise.
Important: New AIML categories added using this tag will only work after closing and re-starting Virtual Assistant Denise system.
<AIML="Add" pattern="AIML Pattern Value" template="AIML Template Value" that="AIML That Value" topic=" AIML Topic Value ">
Parameters values:
Add: Add
AIML Pattern Value: The Question text
AIML Template Value: The Answer Text
AIML That Value: AIML That Text. Can be left empty.
AIML Topic Value: AIML Topic Text. Can be left empty.
<AIML="Add" pattern="Who is Guile Lindroth" template="Guile is the founder of Guile 3D Studio" that="" topic="Guile">
This example creates the following AIM category at the end of the file “User.aiml” located in \Guile3D\bin\Database\AIML\Users\(user name)\ folder:
<category>
<pattern>WHO IS GUILE LINDROTH</pattern>
<template>Guile is the founder of Guile 3D Studio
<think><set name="topic">Guile</set></think> </template>
</category>