/AWS1/CL_CNTSENDCHATINTEGRAT01¶
SendChatIntegrationEventResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_initialcontactid TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID¶
Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.
iv_newchatcreated TYPE /AWS1/CNTNEWCHATCREATED /AWS1/CNTNEWCHATCREATED¶
Whether handling the integration event resulted in creating a new chat or acting on existing chat.
Queryable Attributes¶
InitialContactId¶
Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIALCONTACTID() |
Getter for INITIALCONTACTID, with configurable default |
ASK_INITIALCONTACTID() |
Getter for INITIALCONTACTID w/ exceptions if field has no va |
HAS_INITIALCONTACTID() |
Determine if INITIALCONTACTID has a value |
NewChatCreated¶
Whether handling the integration event resulted in creating a new chat or acting on existing chat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWCHATCREATED() |
Getter for NEWCHATCREATED, with configurable default |
ASK_NEWCHATCREATED() |
Getter for NEWCHATCREATED w/ exceptions if field has no valu |
HAS_NEWCHATCREATED() |
Determine if NEWCHATCREATED has a value |