| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuiltInSlotTypesResult> |
AmazonLexModelsV2AsyncClient.listBuiltInSlotTypesAsync(ListBuiltInSlotTypesRequest request,
AsyncHandler<ListBuiltInSlotTypesRequest,ListBuiltInSlotTypesResult> asyncHandler) |
Future<ListBuiltInSlotTypesResult> |
AmazonLexModelsV2Async.listBuiltInSlotTypesAsync(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest,
AsyncHandler<ListBuiltInSlotTypesRequest,ListBuiltInSlotTypesResult> asyncHandler)
Gets a list of built-in slot types that meet the specified criteria.
|
Future<ListBuiltInSlotTypesResult> |
AbstractAmazonLexModelsV2Async.listBuiltInSlotTypesAsync(ListBuiltInSlotTypesRequest request,
AsyncHandler<ListBuiltInSlotTypesRequest,ListBuiltInSlotTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInSlotTypesRequest |
ListBuiltInSlotTypesRequest.clone() |
ListBuiltInSlotTypesRequest |
ListBuiltInSlotTypesRequest.withLocaleId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListBuiltInSlotTypesRequest |
ListBuiltInSlotTypesRequest.withMaxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results.
|
ListBuiltInSlotTypesRequest |
ListBuiltInSlotTypesRequest.withNextToken(String nextToken)
If the response from the
ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBuiltInSlotTypesRequest |
ListBuiltInSlotTypesRequest.withSortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
Copyright © 2024. All rights reserved.