| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsSortOrder |
AnalyticsSortOrder.fromValue(String value)
Use this in place of valueOf.
|
static AnalyticsSortOrder |
AnalyticsSortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsSortOrder[] |
AnalyticsSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSessionMetric |
AnalyticsSessionMetric.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
SessionDataSortBy |
SessionDataSortBy.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsIntentMetric |
AnalyticsIntentMetric.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
UtteranceDataSortBy |
UtteranceDataSortBy.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsBinBySpecification |
AnalyticsBinBySpecification.withOrder(AnalyticsSortOrder order)
Specifies whether to bin the analytics data in ascending or descending order.
|
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
Copyright © 2025. All rights reserved.