/AWS1/CL_LM2TSTSETINTENTDISC00¶
Contains information about discrepancy in an intent information between the test set and the bot.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_intentname
TYPE /AWS1/LM2NAME
/AWS1/LM2NAME
¶
The name of the intent in the discrepancy report.
iv_errormessage
TYPE /AWS1/LM2STRING
/AWS1/LM2STRING
¶
The error message for a discrepancy for an intent between the test set and the bot.
Queryable Attributes¶
intentName¶
The name of the intent in the discrepancy report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INTENTNAME() |
Getter for INTENTNAME, with configurable default |
ASK_INTENTNAME() |
Getter for INTENTNAME w/ exceptions if field has no value |
HAS_INTENTNAME() |
Determine if INTENTNAME has a value |
errorMessage¶
The error message for a discrepancy for an intent between the test set and the bot.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_TSTSETINTENTDISCREPANCYLIST
¶
TYPES TT_TSTSETINTENTDISCREPANCYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2TSTSETINTENTDISC00 WITH DEFAULT KEY
.