/AWS1/CL_LM2CONVERSATIONLEVE04¶
The slots used for the slot resolution in the conversation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_intentname TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The intents used in the slots list for the slot resolution details.
iv_slotname TYPE /AWS1/LM2TESTRESULTSLOTNAME /AWS1/LM2TESTRESULTSLOTNAME¶
The slot name in the slots list for the slot resolution details.
iv_matchresult TYPE /AWS1/LM2TESTRESULTMATCHSTATUS /AWS1/LM2TESTRESULTMATCHSTATUS¶
The number of matching slots used in the slots listings for the slot resolution evaluation.
Queryable Attributes¶
intentName¶
The intents used in the slots list for the slot resolution details.
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 slot name in the slots list for the slot resolution details.
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 |
matchResult¶
The number of matching slots used in the slots listings for the slot resolution evaluation.
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_CONVERSATIONLEVELSLOTRESO00¶
TYPES TT_CONVERSATIONLEVELSLOTRESO00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2CONVERSATIONLEVE04 WITH DEFAULT KEY
.