Exemplo n.º 1
0
 /// <summary>
 /// Loads AIML from .aiml files into the graphmaster "brain" of the bot
 /// </summary>
 public void loadAIMLFromFiles()
 {
     AIMLLoader loader = new AIMLLoader(this);
     loader.loadAIML();
 }