Property | Type | Description | |
---|---|---|---|
SlackSlashResponse | System |
Method | Description | |
---|---|---|
SlackSlashResponse ( string text ) : System |
Initializes a new instance of the SlackSlashResponse class with the given text.
|
Method | Description | |
---|---|---|
SlackSlashResponse ( ) : System |
Default constructor for serialization purposes
|
public SlackSlashResponse ( string text ) : System | ||
text | string | The Slack Slash command response text. The text may contain Markdown-style formatting
/// as described in |
return | System |