/AWS1/CL_CNTLSTCONTACTEVALSRSP¶
ListContactEvaluationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_evaluationsummarylist TYPE /AWS1/CL_CNTEVALUATIONSUMMARY=>TT_EVALUATIONSUMMARYLIST TT_EVALUATIONSUMMARYLIST¶
Provides details about a list of contact evaluations belonging to an instance.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
Queryable Attributes¶
EvaluationSummaryList¶
Provides details about a list of contact evaluations belonging to an instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONSUMMARYLIST() |
Getter for EVALUATIONSUMMARYLIST, with configurable default |
ASK_EVALUATIONSUMMARYLIST() |
Getter for EVALUATIONSUMMARYLIST w/ exceptions if field has |
HAS_EVALUATIONSUMMARYLIST() |
Determine if EVALUATIONSUMMARYLIST has a value |
NextToken¶
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |