Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentSortBy
-
Packages that use IntentSortBy Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentSortBy in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentSortBy Modifier and Type Method Description IntentSortByListIntentsRequest. sortBy()Determines the sort order for the response from theListIntentsoperation.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentSortBy Modifier and Type Method Description ListIntentsRequest.BuilderListIntentsRequest.Builder. sortBy(IntentSortBy sortBy)Determines the sort order for the response from theListIntentsoperation.
-