/AWS1/CL_CNTEVALUATIONMETADATA¶
Metadata information about a contact evaluation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_contactid TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID¶
The identifier of the contact in this instance of Amazon Connect.
iv_evaluatorarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
Optional arguments:¶
iv_contactagentid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The identifier of the agent who performed the contact.
iv_calibrationsessionid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The calibration session ID that this evaluation belongs to.
io_score TYPE REF TO /AWS1/CL_CNTEVALUATIONSCORE /AWS1/CL_CNTEVALUATIONSCORE¶
The overall score of the contact evaluation.
io_autoevaluation TYPE REF TO /AWS1/CL_CNTAUTOEVALDETAILS /AWS1/CL_CNTAUTOEVALDETAILS¶
Information related to automated evaluation.
io_acknowledgement TYPE REF TO /AWS1/CL_CNTEVALACKNOWLEDGEM00 /AWS1/CL_CNTEVALACKNOWLEDGEM00¶
Information related to evaluation acknowledgement.
io_contactparticipant TYPE REF TO /AWS1/CL_CNTEVALCONTACTPARTIC /AWS1/CL_CNTEVALCONTACTPARTIC¶
Information about a contact participant in this evaluation.
iv_samplingjobid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
Identifier of the sampling job.
Queryable Attributes¶
ContactId¶
The identifier of the contact in this instance of Amazon Connect.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTID() |
Getter for CONTACTID, with configurable default |
ASK_CONTACTID() |
Getter for CONTACTID w/ exceptions if field has no value |
HAS_CONTACTID() |
Determine if CONTACTID has a value |
EvaluatorArn¶
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATORARN() |
Getter for EVALUATORARN, with configurable default |
ASK_EVALUATORARN() |
Getter for EVALUATORARN w/ exceptions if field has no value |
HAS_EVALUATORARN() |
Determine if EVALUATORARN has a value |
ContactAgentId¶
The identifier of the agent who performed the contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTAGENTID() |
Getter for CONTACTAGENTID, with configurable default |
ASK_CONTACTAGENTID() |
Getter for CONTACTAGENTID w/ exceptions if field has no valu |
HAS_CONTACTAGENTID() |
Determine if CONTACTAGENTID has a value |
CalibrationSessionId¶
The calibration session ID that this evaluation belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALIBRATIONSESSIONID() |
Getter for CALIBRATIONSESSIONID, with configurable default |
ASK_CALIBRATIONSESSIONID() |
Getter for CALIBRATIONSESSIONID w/ exceptions if field has n |
HAS_CALIBRATIONSESSIONID() |
Determine if CALIBRATIONSESSIONID has a value |
Score¶
The overall score of the contact evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORE() |
Getter for SCORE |
AutoEvaluation¶
Information related to automated evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOEVALUATION() |
Getter for AUTOEVALUATION |
Acknowledgement¶
Information related to evaluation acknowledgement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACKNOWLEDGEMENT() |
Getter for ACKNOWLEDGEMENT |
ContactParticipant¶
Information about a contact participant in this evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTPARTICIPANT() |
Getter for CONTACTPARTICIPANT |
SamplingJobId¶
Identifier of the sampling job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLINGJOBID() |
Getter for SAMPLINGJOBID, with configurable default |
ASK_SAMPLINGJOBID() |
Getter for SAMPLINGJOBID w/ exceptions if field has no value |
HAS_SAMPLINGJOBID() |
Determine if SAMPLINGJOBID has a value |