/AWS1/CL_DOASLACKCONFIGURATION¶
Configuration for Slack workspace integration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workspaceid TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Associated Slack workspace ID
iv_workspacename TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Associated Slack workspace name
io_transmissiontarget TYPE REF TO /AWS1/CL_DOASLACKTRANSTARGET /AWS1/CL_DOASLACKTRANSTARGET¶
Transmission targets for agent notifications
Optional arguments:¶
io_bidirectional TYPE REF TO /AWS1/CL_DOASLACKBIDICONF /AWS1/CL_DOASLACKBIDICONF¶
Optional bidirectional communication configuration. Supply this configuration and set enabled to true so you can interact with the agent directly from Slack.
Queryable Attributes¶
workspaceId¶
Associated Slack workspace ID
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACEID() |
Getter for WORKSPACEID, with configurable default |
ASK_WORKSPACEID() |
Getter for WORKSPACEID w/ exceptions if field has no value |
HAS_WORKSPACEID() |
Determine if WORKSPACEID has a value |
workspaceName¶
Associated Slack workspace name
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACENAME() |
Getter for WORKSPACENAME, with configurable default |
ASK_WORKSPACENAME() |
Getter for WORKSPACENAME w/ exceptions if field has no value |
HAS_WORKSPACENAME() |
Determine if WORKSPACENAME has a value |
transmissionTarget¶
Transmission targets for agent notifications
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSMISSIONTARGET() |
Getter for TRANSMISSIONTARGET |
bidirectional¶
Optional bidirectional communication configuration. Supply this configuration and set enabled to true so you can interact with the agent directly from Slack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BIDIRECTIONAL() |
Getter for BIDIRECTIONAL |