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