Skip to content

/AWS1/CL_LM2AGENTTURNRESULT

The information about the agent turn in a test set execution.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_expectedagentprompt TYPE /AWS1/LM2TESTSETAGENTPROMPT /AWS1/LM2TESTSETAGENTPROMPT

The expected agent prompt for the agent turn in a test set execution.

Optional arguments:

iv_actualagentprompt TYPE /AWS1/LM2TESTSETAGENTPROMPT /AWS1/LM2TESTSETAGENTPROMPT

The actual agent prompt for the agent turn in a test set execution.

io_errordetails TYPE REF TO /AWS1/CL_LM2EXECERRORDETAILS /AWS1/CL_LM2EXECERRORDETAILS

Details about an error in an execution of a test set.

iv_actualelicitedslot TYPE /AWS1/LM2TESTRESULTSLOTNAME /AWS1/LM2TESTRESULTSLOTNAME

The actual elicited slot for the agent turn in a test set execution.

iv_actualintent TYPE /AWS1/LM2NAME /AWS1/LM2NAME

The actual intent for the agent turn in a test set execution.


Queryable Attributes

expectedAgentPrompt

The expected agent prompt for the agent turn in a test set execution.

Accessible with the following methods

Method Description
GET_EXPECTEDAGENTPROMPT() Getter for EXPECTEDAGENTPROMPT, with configurable default
ASK_EXPECTEDAGENTPROMPT() Getter for EXPECTEDAGENTPROMPT w/ exceptions if field has no
HAS_EXPECTEDAGENTPROMPT() Determine if EXPECTEDAGENTPROMPT has a value

actualAgentPrompt

The actual agent prompt for the agent turn in a test set execution.

Accessible with the following methods

Method Description
GET_ACTUALAGENTPROMPT() Getter for ACTUALAGENTPROMPT, with configurable default
ASK_ACTUALAGENTPROMPT() Getter for ACTUALAGENTPROMPT w/ exceptions if field has no v
HAS_ACTUALAGENTPROMPT() Determine if ACTUALAGENTPROMPT has a value

errorDetails

Details about an error in an execution of a test set.

Accessible with the following methods

Method Description
GET_ERRORDETAILS() Getter for ERRORDETAILS

actualElicitedSlot

The actual elicited slot for the agent turn in a test set execution.

Accessible with the following methods

Method Description
GET_ACTUALELICITEDSLOT() Getter for ACTUALELICITEDSLOT, with configurable default
ASK_ACTUALELICITEDSLOT() Getter for ACTUALELICITEDSLOT w/ exceptions if field has no
HAS_ACTUALELICITEDSLOT() Determine if ACTUALELICITEDSLOT has a value

actualIntent

The actual intent for the agent turn in a test set execution.

Accessible with the following methods

Method Description
GET_ACTUALINTENT() Getter for ACTUALINTENT, with configurable default
ASK_ACTUALINTENT() Getter for ACTUALINTENT w/ exceptions if field has no value
HAS_ACTUALINTENT() Determine if ACTUALINTENT has a value