Exemplo n.º 1
0
 public CallingController() : base()
 {
     CallingConversation.RegisterCallingBot(callingBotService => new IVRBot(callingBotService));
 }
Exemplo n.º 2
0
 public CallingControllerBase(IDialog <object> rootDialog)
 {
     CallingConversation.RegisterCallingBot(c => new CallingBot(c, rootDialog));
 }
Exemplo n.º 3
0
 public CallingController()
     : base()
 {
     CallingConversation.RegisterCallingBot(c => new ClearComCallingBot(c));
 }
Exemplo n.º 4
0
 public CallingController()
     : base()
 {
     CallingConversation.RegisterCallingBot(c => new SimpleIVRBot(c));
 }