Ejemplo n.º 1
0
 public HoursReminderDialog(IHoursReminderService engine)
 {
     SetField.NotNull(out this._engine, nameof(engine), engine);
 }
Ejemplo n.º 2
0
 public MainConversationDialog(IHoursReminderService hoursReminderService, IBotCache botCache, LuisService luisService) : base(luisService)
 {
     SetField.NotNull(out this._hoursReminderService, nameof(_hoursReminderService), hoursReminderService);
     SetField.NotNull(out this._botCache, nameof(_botCache), botCache);
 }