| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsSortOrder |
AnalyticsSortOrder.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalyticsSortOrder |
SessionDataSortBy.order()
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSortOrder |
AnalyticsUtteranceMetric.order()
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSortOrder |
UtteranceDataSortBy.order()
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSortOrder |
AnalyticsIntentMetric.order()
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSortOrder |
AnalyticsSessionMetric.order()
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSortOrder |
AnalyticsBinBySpecification.order()
Specifies whether to bin the analytics data in ascending or descending order.
|
AnalyticsSortOrder |
AnalyticsIntentStageMetric.order()
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
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 |
|---|---|
static Set<AnalyticsSortOrder> |
AnalyticsSortOrder.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SessionDataSortBy.Builder |
SessionDataSortBy.Builder.order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsUtteranceMetric.Builder |
AnalyticsUtteranceMetric.Builder.order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
UtteranceDataSortBy.Builder |
UtteranceDataSortBy.Builder.order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsIntentMetric.Builder |
AnalyticsIntentMetric.Builder.order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSessionMetric.Builder |
AnalyticsSessionMetric.Builder.order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsBinBySpecification.Builder |
AnalyticsBinBySpecification.Builder.order(AnalyticsSortOrder order)
Specifies whether to bin the analytics data in ascending or descending order.
|
AnalyticsIntentStageMetric.Builder |
AnalyticsIntentStageMetric.Builder.order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
Copyright © 2023. All rights reserved.