Example #1
0
 public IActionResult GetBotActions(int maxItems = 10)
 {
     return(Ok(botService.GetBotActions()));
 }