コード例 #1
0
ファイル: DialogueAct.cs プロジェクト: cdbean/CAGA
 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;
 }
コード例 #2
0
ファイル: DialogueAct.cs プロジェクト: Rosyyou/CAGA
 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;
 }