Method | Description | |
---|---|---|
ReceiveAsync ( string id, System.Web.Http.Controllers.HttpRequestContext context, |
Method | Description | |
---|---|---|
GetSubtext ( string trigger, string text ) : string |
The 'text' parameter provided by Slack contains both the trigger and the rest of the phrase. This isolates just the rest of the phrase making it easier to get in handlers.
|
public ReceiveAsync ( string id, System.Web.Http.Controllers.HttpRequestContext context, |
||
id | string | |
context | System.Web.Http.Controllers.HttpRequestContext | |
request | ||
return | Task |