Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsSortOrder
-
Packages that use AnalyticsSortOrder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsSortOrder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AnalyticsSortOrder Modifier and Type Method Description static AnalyticsSortOrderAnalyticsSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnalyticsSortOrderAnalyticsBinBySpecification. order()Specifies whether to bin the analytics data in ascending or descending order.AnalyticsSortOrderAnalyticsIntentMetric. order()Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrderAnalyticsIntentStageMetric. order()Specifies whether to sort the results in ascending or descending order of the summary statistic (valuein the response).AnalyticsSortOrderAnalyticsSessionMetric. order()Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrderAnalyticsUtteranceMetric. order()Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrderSessionDataSortBy. order()Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrderUtteranceDataSortBy. order()Specifies whether to sort the results in ascending or descending order.static AnalyticsSortOrderAnalyticsSortOrder. 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.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsSortOrder Modifier and Type Method Description static Set<AnalyticsSortOrder>AnalyticsSortOrder. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsSortOrder Modifier and Type Method Description AnalyticsBinBySpecification.BuilderAnalyticsBinBySpecification.Builder. order(AnalyticsSortOrder order)Specifies whether to bin the analytics data in ascending or descending order.AnalyticsIntentMetric.BuilderAnalyticsIntentMetric.Builder. order(AnalyticsSortOrder order)Specifies whether to sort the results in ascending or descending order.AnalyticsIntentStageMetric.BuilderAnalyticsIntentStageMetric.Builder. order(AnalyticsSortOrder order)Specifies whether to sort the results in ascending or descending order of the summary statistic (valuein the response).AnalyticsSessionMetric.BuilderAnalyticsSessionMetric.Builder. order(AnalyticsSortOrder order)Specifies whether to sort the results in ascending or descending order.AnalyticsUtteranceMetric.BuilderAnalyticsUtteranceMetric.Builder. order(AnalyticsSortOrder order)Specifies whether to sort the results in ascending or descending order.SessionDataSortBy.BuilderSessionDataSortBy.Builder. order(AnalyticsSortOrder order)Specifies whether to sort the results in ascending or descending order.UtteranceDataSortBy.BuilderUtteranceDataSortBy.Builder. order(AnalyticsSortOrder order)Specifies whether to sort the results in ascending or descending order.
-