/AWS1/CL_LM2TSTSETSLOTDISCRE00¶
Contains information about discrepancy in a slot information between the test set and the bot.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_intentname
TYPE /AWS1/LM2NAME
/AWS1/LM2NAME
¶
The name of the intent associated with the slot in the discrepancy report.
iv_slotname
TYPE /AWS1/LM2NAME
/AWS1/LM2NAME
¶
The name of the slot 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 associated with the slot 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 |
slotName¶
The name of the slot in the discrepancy report.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SLOTNAME() |
Getter for SLOTNAME, with configurable default |
ASK_SLOTNAME() |
Getter for SLOTNAME w/ exceptions if field has no value |
HAS_SLOTNAME() |
Determine if SLOTNAME 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_TESTSETSLOTDISCREPANCYLIST
¶
TYPES TT_TESTSETSLOTDISCREPANCYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2TSTSETSLOTDISCRE00 WITH DEFAULT KEY
.