/AWS1/CL_LM2CONVERSATIONLEVE03¶
The item listing the evaluation of intent level success or failure.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_intentname TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The intent name used in the evaluation of intent level success or failure.
iv_matchresult TYPE /AWS1/LM2TESTRESULTMATCHSTATUS /AWS1/LM2TESTRESULTMATCHSTATUS¶
The number of times the specific intent is used in the evaluation of intent level success or failure.
Queryable Attributes¶
intentName¶
The intent name used in the evaluation of intent level success or failure.
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 |
matchResult¶
The number of times the specific intent is used in the evaluation of intent level success or failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHRESULT() |
Getter for MATCHRESULT, with configurable default |
ASK_MATCHRESULT() |
Getter for MATCHRESULT w/ exceptions if field has no value |
HAS_MATCHRESULT() |
Determine if MATCHRESULT 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_CONVERSATIONLEVELINTENTCL00¶
TYPES TT_CONVERSATIONLEVELINTENTCL00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2CONVERSATIONLEVE03 WITH DEFAULT KEY
.