/AWS1/CL_BDCUSERINTENTCLUSTER¶
A cluster of similar user intents identified across sessions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clusterid TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The unique identifier of the user intent cluster.
iv_name TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The name of the user intent cluster.
iv_description TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
A description of the user intent pattern.
iv_affectedsessioncount TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions with this user intent.
it_affectedsessions TYPE /AWS1/CL_BDCUSERINTENTAFFSESS=>TT_USERINTENTAFFSESSIONLIST TT_USERINTENTAFFSESSIONLIST¶
The list of sessions with this user intent.
Queryable Attributes¶
clusterId¶
The unique identifier of the user intent cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERID() |
Getter for CLUSTERID, with configurable default |
ASK_CLUSTERID() |
Getter for CLUSTERID w/ exceptions if field has no value |
HAS_CLUSTERID() |
Determine if CLUSTERID has a value |
name¶
The name of the user intent cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the user intent pattern.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
affectedSessionCount¶
The number of sessions with this user intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFFECTEDSESSIONCOUNT() |
Getter for AFFECTEDSESSIONCOUNT, with configurable default |
ASK_AFFECTEDSESSIONCOUNT() |
Getter for AFFECTEDSESSIONCOUNT w/ exceptions if field has n |
HAS_AFFECTEDSESSIONCOUNT() |
Determine if AFFECTEDSESSIONCOUNT has a value |
affectedSessions¶
The list of sessions with this user intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AFFECTEDSESSIONS() |
Getter for AFFECTEDSESSIONS, with configurable default |
ASK_AFFECTEDSESSIONS() |
Getter for AFFECTEDSESSIONS w/ exceptions if field has no va |
HAS_AFFECTEDSESSIONS() |
Determine if AFFECTEDSESSIONS 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_USERINTENTCLUSTERLIST¶
TYPES TT_USERINTENTCLUSTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCUSERINTENTCLUSTER WITH DEFAULT KEY
.