Example #1
0
 protected void Initialize(string responseId)
 {
     _responseId = responseId;
     _talkThen = null;
     _matched = false;
     _applyFacts = String.Empty;
 }
Example #2
0
 internal void Match()
 {
     _matched = true;
     _talkThen = _talkThens.RandomItem();
 }