Ejemplo n.º 1
0
 public void Setup()
 {
     _plugin = new AimlPlugin();
     ParsedLine start = new ParsedLine("Hey Bot, what's up?", "Bob");
     _plugin.Evaluate(start);
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _plugin = new AimlPlugin();
 }