public ConversationalDialogueManager(Agent agt)
 {
     host = agt;
     _incomingUtteranceMessageBox = new UtteranceMessageBox();
     _outgoingUtteranceMessageBox = new UtteranceMessageBox();
     planLib = new PlanLibrary ();
 }
 public ConversationalDialogueManager()
 {
     _incomingUtteranceMessageBox = new UtteranceMessageBox();
     _outgoingUtteranceMessageBox = new UtteranceMessageBox();
     planLib = new PlanLibrary ();
 }