/AWS1/CL_CNLLSTREALTIMECONTA01¶
ListRealtimeContactAnalysisSegmentsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_segments TYPE /AWS1/CL_CNLREALTIMECONTACTA00=>TT_REALTIMECONTACTALYSEGMENTS TT_REALTIMECONTACTALYSEGMENTS¶
An analyzed transcript or category.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CNLNEXTTOKEN /AWS1/CNLNEXTTOKEN¶
If there are additional results, this is the token for the next set of results. If response includes
nextTokenthere are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include
nextToken, the analysis is completed (successfully or failed) and there are no more segments to retrieve.
Queryable Attributes¶
Segments¶
An analyzed transcript or category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTS() |
Getter for SEGMENTS, with configurable default |
ASK_SEGMENTS() |
Getter for SEGMENTS w/ exceptions if field has no value |
HAS_SEGMENTS() |
Determine if SEGMENTS has a value |
NextToken¶
If there are additional results, this is the token for the next set of results. If response includes
nextTokenthere are two possible scenarios:
There are more segments so another call is required to get them.
There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.
If response does not include
nextToken, the analysis is completed (successfully or failed) and there are no more segments to retrieve.
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 |