| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesResult |
AbstractAmazonLexModelsV2.listSlotTypes(ListSlotTypesRequest request) |
ListSlotTypesResult |
AmazonLexModelsV2Client.listSlotTypes(ListSlotTypesRequest request)
Gets a list of slot types that match the specified criteria.
|
ListSlotTypesResult |
AmazonLexModelsV2.listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
Future<ListSlotTypesResult> |
AmazonLexModelsV2AsyncClient.listSlotTypesAsync(ListSlotTypesRequest request) |
Future<ListSlotTypesResult> |
AbstractAmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest request) |
Future<ListSlotTypesResult> |
AmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
Future<ListSlotTypesResult> |
AmazonLexModelsV2AsyncClient.listSlotTypesAsync(ListSlotTypesRequest request,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler) |
Future<ListSlotTypesResult> |
AbstractAmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest request,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler) |
Future<ListSlotTypesResult> |
AmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest listSlotTypesRequest,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler)
Gets a list of slot types that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSlotTypesResult> |
AmazonLexModelsV2AsyncClient.listSlotTypesAsync(ListSlotTypesRequest request,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler) |
Future<ListSlotTypesResult> |
AbstractAmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest request,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler) |
Future<ListSlotTypesResult> |
AmazonLexModelsV2Async.listSlotTypesAsync(ListSlotTypesRequest listSlotTypesRequest,
AsyncHandler<ListSlotTypesRequest,ListSlotTypesResult> asyncHandler)
Gets a list of slot types that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesRequest |
ListSlotTypesRequest.clone() |
ListSlotTypesRequest |
ListSlotTypesRequest.withBotId(String botId)
The unique identifier of the bot that contains the slot types.
|
ListSlotTypesRequest |
ListSlotTypesRequest.withBotVersion(String botVersion)
The version of the bot that contains the slot type.
|
ListSlotTypesRequest |
ListSlotTypesRequest.withFilters(Collection<SlotTypeFilter> filters)
Provides the specification of a filter used to limit the slot types in the response to only those that match the
filter specification.
|
ListSlotTypesRequest |
ListSlotTypesRequest.withFilters(SlotTypeFilter... filters)
Provides the specification of a filter used to limit the slot types in the response to only those that match the
filter specification.
|
ListSlotTypesRequest |
ListSlotTypesRequest.withLocaleId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListSlotTypesRequest |
ListSlotTypesRequest.withMaxResults(Integer maxResults)
The maximum number of slot types to return in each page of results.
|
ListSlotTypesRequest |
ListSlotTypesRequest.withNextToken(String nextToken)
If the response from the
ListSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListSlotTypesRequest |
ListSlotTypesRequest.withSortBy(SlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListSlotTypes operation. |
Copyright © 2023. All rights reserved.