Пример #1
0
 private void Say(JObject args)
 {
     if (args["text"] != null)
     {
         _agent.Say(args["text"].Value <string>());
     }
 }