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