/AWS1/CL_LM2TESTSETTURNRESULT¶
Contains information about the results of the analysis of a turn in the test set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_agent TYPE REF TO /AWS1/CL_LM2AGENTTURNRESULT /AWS1/CL_LM2AGENTTURNRESULT¶
Contains information about the agent messages in the turn.
io_user TYPE REF TO /AWS1/CL_LM2USERTURNRESULT /AWS1/CL_LM2USERTURNRESULT¶
Contains information about the user messages in the turn.
Queryable Attributes¶
agent¶
Contains information about the agent messages in the turn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENT() |
Getter for AGENT |
user¶
Contains information about the user messages in the turn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USER() |
Getter for USER |