コード例 #1
0
 public void AddResponseToHistory(BotResponse Response)
 {
     _ResponseHistory.Push(Response);
 }
コード例 #2
0
 public void AddResponseToHistory(BotResponse Response)
 {
     _ResponseHistory.Push(Response);
 }