=> $dialogflow], function ($bot){ $bot->hears('cfp', BotManController::class . '@cfp'); $bot->hears('greet', BotManController::class . '@greet'); $bot->hears('help', BotManController::class . '@help'); $bot->hears('info', BotManController::class . '@info'); $bot->hears('speaker', BotManController::class . '@speaker'); $bot->hears('speaker_bio', BotManController::class . '@speaker_bio'); $bot->hears('speaker_schedule', BotManController::class . '@speaker_schedule'); $bot->hears('sponsor_information', BotManController::class . '@sponsor_information'); }); 34