Skip to content

/AWS1/CL_LM2USERTURNSPEC

Contains information about the expected and input values for the user turn.

CONSTRUCTOR

IMPORTING

Required arguments:

io_input TYPE REF TO /AWS1/CL_LM2USERTURNINPUTSPEC /AWS1/CL_LM2USERTURNINPUTSPEC

Contains information about the user messages in the turn in the input.

io_expected TYPE REF TO /AWS1/CL_LM2USERTURNOUTPUTSPEC /AWS1/CL_LM2USERTURNOUTPUTSPEC

Contains results about the expected output for the user turn.


Queryable Attributes

input

Contains information about the user messages in the turn in the input.

Accessible with the following methods

Method Description
GET_INPUT() Getter for INPUT

expected

Contains results about the expected output for the user turn.

Accessible with the following methods

Method Description
GET_EXPECTED() Getter for EXPECTED