Spatie\SlashCommand\Handlers\BaseHandler::handle PHP Метод

handle() абстрактный публичный Метод

Handle the given request. Remember that Slack expects a response within three seconds after the slash command was issued. If there is more time needed, dispatch a job.
abstract public handle ( Request $request ) : Response
$request Spatie\SlashCommand\Request
Результат Spatie\SlashCommand\Response
    public abstract function handle(Request $request) : Response;