Example #1
0
 public DialogueAct(Agent agent=null, SortedList speechContext = null, SortedList gestureContext = null, DialogueActType dlgActType = DialogueActType.Unknown)
 {
     this._dlgActType = dlgActType;
     this._speechContext = speechContext;
     this._gestureContext = gestureContext;
     this._agent = agent;
 }
Example #2
0
 public DialogueAct(Agent agent = null, SortedList speechContext = null, SortedList gestureContext = null, DialogueActType dlgActType = DialogueActType.Unknown)
 {
     this._dlgActType     = dlgActType;
     this._speechContext  = speechContext;
     this._gestureContext = gestureContext;
     this._agent          = agent;
 }