| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionDataSortBy |
SessionDataSortBy.clone() |
SessionDataSortBy |
ListSessionAnalyticsDataRequest.getSortBy()
An object specifying the measure and method by which to sort the session analytics data.
|
SessionDataSortBy |
SessionDataSortBy.withName(AnalyticsSessionSortByName name)
The measure by which to sort the session analytics data.
|
SessionDataSortBy |
SessionDataSortBy.withName(String name)
The measure by which to sort the session analytics data.
|
SessionDataSortBy |
SessionDataSortBy.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
SessionDataSortBy |
SessionDataSortBy.withOrder(String order)
Specifies whether to sort the results in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionAnalyticsDataRequest.setSortBy(SessionDataSortBy sortBy)
An object specifying the measure and method by which to sort the session analytics data.
|
ListSessionAnalyticsDataRequest |
ListSessionAnalyticsDataRequest.withSortBy(SessionDataSortBy sortBy)
An object specifying the measure and method by which to sort the session analytics data.
|
Copyright © 2025. All rights reserved.