Method | Description | |
---|---|---|
canHandle ( |
If this function returns true, the handle method will get called. | |
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. |
Method | Description | |
---|---|---|
containsHelpHandler ( |
||
findAlternativeHandlers ( string $command ) : |
||
findInNamespace ( |
||
getCommandListAttachment ( |
protected containsHelpHandler ( |
||
$alternativeHandlers | ||
return | boolean |
protected findAlternativeHandlers ( string $command ) : |
||
$command | string | |
return |
protected findInNamespace ( |
||
$handlers | ||
$command | string | |
return |
protected getCommandListAttachment ( |
||
$handlers | ||
return |
public handle ( |
||
$request | ||
return |