/AWS1/CL_LM2SESSIONDATASORTBY¶
An object specifying the measure and method by which to sort the session analytics data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/LM2ALYSSESSIONSORTBYNAME /AWS1/LM2ALYSSESSIONSORTBYNAME¶
The measure by which to sort the session analytics data.
conversationStartTime– The date and time when the conversation began. A conversation is defined as a unique combination of asessionIdand anoriginatingRequestId.
numberOfTurns– The number of turns that the session took.
conversationDurationSeconds– The duration of the conversation in seconds.
iv_order TYPE /AWS1/LM2ANALYTICSSORTORDER /AWS1/LM2ANALYTICSSORTORDER¶
Specifies whether to sort the results in ascending or descending order.
Queryable Attributes¶
name¶
The measure by which to sort the session analytics data.
conversationStartTime– The date and time when the conversation began. A conversation is defined as a unique combination of asessionIdand anoriginatingRequestId.
numberOfTurns– The number of turns that the session took.
conversationDurationSeconds– The duration of the conversation in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
order¶
Specifies whether to sort the results in ascending or descending order.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORDER() |
Getter for ORDER, with configurable default |
ASK_ORDER() |
Getter for ORDER w/ exceptions if field has no value |
HAS_ORDER() |
Determine if ORDER has a value |