| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentSortBy |
IntentSortBy.clone() |
IntentSortBy |
ListIntentsRequest.getSortBy()
Determines the sort order for the response from the
ListIntents operation. |
IntentSortBy |
IntentSortBy.withAttribute(IntentSortAttribute attribute)
The attribute to use to sort the list of intents.
|
IntentSortBy |
IntentSortBy.withAttribute(String attribute)
The attribute to use to sort the list of intents.
|
IntentSortBy |
IntentSortBy.withOrder(SortOrder order)
The order to sort the list.
|
IntentSortBy |
IntentSortBy.withOrder(String order)
The order to sort the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentsRequest.setSortBy(IntentSortBy sortBy)
Determines the sort order for the response from the
ListIntents operation. |
ListIntentsRequest |
ListIntentsRequest.withSortBy(IntentSortBy sortBy)
Determines the sort order for the response from the
ListIntents operation. |
Copyright © 2024. All rights reserved.