Example #1
0
 /// <summary>
 ///  Creates an instance of the AIML loader.
 /// </summary>
 public AIMLLoader()
 {
     PathGenerator = new PathGenerator();
 }
Example #2
0
 public void Setup()
 {
     _pathGenerator = new PathGenerator();
 }
Example #3
0
 public ChatBot()
 {
     Graphmaster = new Node();
     PathGenerator = new PathGenerator();
 }