/AWS1/CL_LM2UTTERANCELEVELTS01¶
Contains information about multiple utterances in the results of a test set execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_recordnumber TYPE /AWS1/LM2RECORDNUMBER /AWS1/LM2RECORDNUMBER¶
The record number of the result.
io_turnresult TYPE REF TO /AWS1/CL_LM2TESTSETTURNRESULT /AWS1/CL_LM2TESTSETTURNRESULT¶
Contains information about the turn associated with the result.
Optional arguments:¶
iv_conversationid TYPE /AWS1/LM2TESTSETCONVERSATIONID /AWS1/LM2TESTSETCONVERSATIONID¶
The unique identifier for the conversation associated with the result.
Queryable Attributes¶
recordNumber¶
The record number of the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDNUMBER() |
Getter for RECORDNUMBER, with configurable default |
ASK_RECORDNUMBER() |
Getter for RECORDNUMBER w/ exceptions if field has no value |
HAS_RECORDNUMBER() |
Determine if RECORDNUMBER has a value |
conversationId¶
The unique identifier for the conversation associated with the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONID() |
Getter for CONVERSATIONID, with configurable default |
ASK_CONVERSATIONID() |
Getter for CONVERSATIONID w/ exceptions if field has no valu |
HAS_CONVERSATIONID() |
Determine if CONVERSATIONID has a value |
turnResult¶
Contains information about the turn associated with the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TURNRESULT() |
Getter for TURNRESULT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UTTERANCELEVELTSTRSITEMLIST¶
TYPES TT_UTTERANCELEVELTSTRSITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2UTTERANCELEVELTS01 WITH DEFAULT KEY
.