コード例 #1
0
 public ConversationalDialogueManager(Agent agt)
 {
     host = agt;
     _incomingUtteranceMessageBox = new UtteranceMessageBox();
     _outgoingUtteranceMessageBox = new UtteranceMessageBox();
     planLib = new PlanLibrary ();
 }
コード例 #2
0
 public ConversationalDialogueManager()
 {
     _incomingUtteranceMessageBox = new UtteranceMessageBox();
     _outgoingUtteranceMessageBox = new UtteranceMessageBox();
     planLib = new PlanLibrary ();
 }