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