/AWS1/CL_LXBUTTERANCELIST¶
Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botversion TYPE /AWS1/LXBVERSION /AWS1/LXBVERSION¶
The version of the bot that processed the list.
it_utterances TYPE /AWS1/CL_LXBUTTERANCEDATA=>TT_LISTOFUTTERANCE TT_LISTOFUTTERANCE¶
One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
Queryable Attributes¶
botVersion¶
The version of the bot that processed the list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTVERSION() |
Getter for BOTVERSION, with configurable default |
ASK_BOTVERSION() |
Getter for BOTVERSION w/ exceptions if field has no value |
HAS_BOTVERSION() |
Determine if BOTVERSION has a value |
utterances¶
One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UTTERANCES() |
Getter for UTTERANCES, with configurable default |
ASK_UTTERANCES() |
Getter for UTTERANCES w/ exceptions if field has no value |
HAS_UTTERANCES() |
Determine if UTTERANCES 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_LISTSOFUTTERANCES¶
TYPES TT_LISTSOFUTTERANCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBUTTERANCELIST WITH DEFAULT KEY
.