/AWS1/CL_BDCUSERINTENTAFFSESS¶
A session associated with a user intent cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sessionid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The unique identifier of the session.
it_usermessages TYPE /AWS1/CL_BDCUSERINTENTLIST_W=>TT_USERINTENTLIST TT_USERINTENTLIST¶
The user messages from this session that contributed to the intent cluster.
Queryable Attributes¶
sessionId¶
The unique identifier of the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
userMessages¶
The user messages from this session that contributed to the intent cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERMESSAGES() |
Getter for USERMESSAGES, with configurable default |
ASK_USERMESSAGES() |
Getter for USERMESSAGES w/ exceptions if field has no value |
HAS_USERMESSAGES() |
Determine if USERMESSAGES 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_USERINTENTAFFSESSIONLIST¶
TYPES TT_USERINTENTAFFSESSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCUSERINTENTAFFSESS WITH DEFAULT KEY
.