/AWS1/CL_LM2TEXTLOGSETTING¶
Defines settings to enable text conversation logs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enabled TYPE /AWS1/LM2BOOLEAN /AWS1/LM2BOOLEAN¶
Determines whether conversation logs should be stored for an alias.
io_destination TYPE REF TO /AWS1/CL_LM2TEXTLOGDESTINATION /AWS1/CL_LM2TEXTLOGDESTINATION¶
destination
Optional arguments:¶
iv_selectiveloggingenabled TYPE /AWS1/LM2BOXEDBOOLEAN /AWS1/LM2BOXEDBOOLEAN¶
The option to enable selective conversation log capture for text.
Queryable Attributes¶
enabled¶
Determines whether conversation logs should be stored for an alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED |
destination¶
destination
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION |
selectiveLoggingEnabled¶
The option to enable selective conversation log capture for text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTIVELOGGINGENABLED() |
Getter for SELECTIVELOGGINGENABLED, with configurable defaul |
ASK_SELECTIVELOGGINGENABLED() |
Getter for SELECTIVELOGGINGENABLED w/ exceptions if field ha |
HAS_SELECTIVELOGGINGENABLED() |
Determine if SELECTIVELOGGINGENABLED has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TEXTLOGSETTINGSLIST¶
TYPES TT_TEXTLOGSETTINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2TEXTLOGSETTING WITH DEFAULT KEY
.