/AWS1/CL_BDCONLINEEVALTRACECFG¶
Contains the configuration for reusing agent traces from an online evaluation configuration for recommendation analysis. Because online evaluation is a continuous stream, a time range specifies which evaluated sessions the recommendation includes.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_onlineevaluationconfigarn TYPE /AWS1/BDCONLINEEVALCONFIGARN /AWS1/BDCONLINEEVALCONFIGARN¶
The ARN of the online evaluation configuration to reuse sessions from.
iv_starttime TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP¶
The start time of the time range. Only sessions evaluated at or after this timestamp are included.
iv_endtime TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP¶
The end time of the time range. Only sessions evaluated before this timestamp are included.
Queryable Attributes¶
onlineEvaluationConfigArn¶
The ARN of the online evaluation configuration to reuse sessions from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ONLINEEVALCONFIGARN() |
Getter for ONLINEEVALUATIONCONFIGARN, with configurable defa |
ASK_ONLINEEVALCONFIGARN() |
Getter for ONLINEEVALUATIONCONFIGARN w/ exceptions if field |
HAS_ONLINEEVALCONFIGARN() |
Determine if ONLINEEVALUATIONCONFIGARN has a value |
startTime¶
The start time of the time range. Only sessions evaluated at or after this timestamp are included.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The end time of the time range. Only sessions evaluated before this timestamp are included.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |