/AWS1/CL_BDCGROUNDTRUTHTURN¶
Ground truth data for a single conversation turn.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_input TYPE REF TO /AWS1/CL_BDCGRNDTRUTHTURNINPUT /AWS1/CL_BDCGRNDTRUTHTURNINPUT¶
The input for this conversation turn.
io_expectedresponse TYPE REF TO /AWS1/CL_BDCEVALUATIONCONTENT /AWS1/CL_BDCEVALUATIONCONTENT¶
The expected response for this conversation turn.
Queryable Attributes¶
input¶
The input for this conversation turn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUT() |
Getter for INPUT |
expectedResponse¶
The expected response for this conversation turn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDRESPONSE() |
Getter for EXPECTEDRESPONSE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GROUNDTRUTHTURNLIST¶
TYPES TT_GROUNDTRUTHTURNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCGROUNDTRUTHTURN WITH DEFAULT KEY
.