/AWS1/CL_LM2USERTURNINTENTOUT¶
Contains information about the intent that is output for the turn by the test execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The name of the intent.
Optional arguments:¶
it_slots TYPE /AWS1/CL_LM2USERTURNSLOTOUTPUT=>TT_USERTURNSLOTOUTPUTMAP TT_USERTURNSLOTOUTPUTMAP¶
The slots associated with the intent.
Queryable Attributes¶
name¶
The name of the intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
slots¶
The slots associated with the intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTS() |
Getter for SLOTS, with configurable default |
ASK_SLOTS() |
Getter for SLOTS w/ exceptions if field has no value |
HAS_SLOTS() |
Determine if SLOTS has a value |