/AWS1/CL_LM2CONVERSATIONLEVE02¶
The test result evaluation item at the conversation level.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_conversationid TYPE /AWS1/LM2TESTSETCONVERSATIONID /AWS1/LM2TESTSETCONVERSATIONID¶
The conversation Id of the test result evaluation item.
iv_endtoendresult TYPE /AWS1/LM2TESTRESULTMATCHSTATUS /AWS1/LM2TESTRESULTMATCHSTATUS¶
The end-to-end success or failure of the test result evaluation item.
it_intentclassificationrslts TYPE /AWS1/CL_LM2CONVERSATIONLEVE03=>TT_CONVERSATIONLEVELINTENTCL00 TT_CONVERSATIONLEVELINTENTCL00¶
The intent classification of the test result evaluation item.
it_slotresolutionresults TYPE /AWS1/CL_LM2CONVERSATIONLEVE04=>TT_CONVERSATIONLEVELSLOTRESO00 TT_CONVERSATIONLEVELSLOTRESO00¶
The slot success or failure of the test result evaluation item.
Optional arguments:¶
iv_speechtranscriptionresult TYPE /AWS1/LM2TESTRESULTMATCHSTATUS /AWS1/LM2TESTRESULTMATCHSTATUS¶
The speech transcription success or failure of the test result evaluation item.
Queryable Attributes¶
conversationId¶
The conversation Id of the test result evaluation item.
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 |
endToEndResult¶
The end-to-end success or failure of the test result evaluation item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTOENDRESULT() |
Getter for ENDTOENDRESULT, with configurable default |
ASK_ENDTOENDRESULT() |
Getter for ENDTOENDRESULT w/ exceptions if field has no valu |
HAS_ENDTOENDRESULT() |
Determine if ENDTOENDRESULT has a value |
speechTranscriptionResult¶
The speech transcription success or failure of the test result evaluation item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEECHTRANSCRIPTIONRSLT() |
Getter for SPEECHTRANSCRIPTIONRESULT, with configurable defa |
ASK_SPEECHTRANSCRIPTIONRSLT() |
Getter for SPEECHTRANSCRIPTIONRESULT w/ exceptions if field |
HAS_SPEECHTRANSCRIPTIONRSLT() |
Determine if SPEECHTRANSCRIPTIONRESULT has a value |
intentClassificationResults¶
The intent classification of the test result evaluation item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTCLIFICATIONRSLTS() |
Getter for INTENTCLASSIFICATIONRESULTS, with configurable de |
ASK_INTENTCLIFICATIONRSLTS() |
Getter for INTENTCLASSIFICATIONRESULTS w/ exceptions if fiel |
HAS_INTENTCLIFICATIONRSLTS() |
Determine if INTENTCLASSIFICATIONRESULTS has a value |
slotResolutionResults¶
The slot success or failure of the test result evaluation item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTRESOLUTIONRESULTS() |
Getter for SLOTRESOLUTIONRESULTS, with configurable default |
ASK_SLOTRESOLUTIONRESULTS() |
Getter for SLOTRESOLUTIONRESULTS w/ exceptions if field has |
HAS_SLOTRESOLUTIONRESULTS() |
Determine if SLOTRESOLUTIONRESULTS 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_CONVERSATIONLEVELTSTRSITE00¶
TYPES TT_CONVERSATIONLEVELTSTRSITE00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2CONVERSATIONLEVE02 WITH DEFAULT KEY
.