SessionDataSortBy - Amazon Lex API Reference

SessionDataSortBy

An object specifying the measure and method by which to sort the session analytics data.

Contents

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 a sessionId and an originatingRequestId.

  • numberOfTurns – The number of turns that the session took.

  • conversationDurationSeconds – The duration of the conversation in seconds.

Type: String

Valid Values: ConversationStartTime | NumberOfTurns | Duration

Required: Yes

order

Specifies whether to sort the results in ascending or descending order.

Type: String

Valid Values: Ascending | Descending

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: