| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListSlotsResult |
AbstractAmazonLexModelsV2.listSlots(ListSlotsRequest request) |
ListSlotsResult |
AmazonLexModelsV2Client.listSlots(ListSlotsRequest request)
Gets a list of slots that match the specified criteria.
|
ListSlotsResult |
AmazonLexModelsV2.listSlots(ListSlotsRequest listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSlotsResult> |
AbstractAmazonLexModelsV2Async.listSlotsAsync(ListSlotsRequest request) |
Future<ListSlotsResult> |
AmazonLexModelsV2Async.listSlotsAsync(ListSlotsRequest listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
Future<ListSlotsResult> |
AmazonLexModelsV2AsyncClient.listSlotsAsync(ListSlotsRequest request) |
Future<ListSlotsResult> |
AbstractAmazonLexModelsV2Async.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> |
AmazonLexModelsV2AsyncClient.listSlotsAsync(ListSlotsRequest request,
AsyncHandler<ListSlotsRequest,ListSlotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSlotsResult> |
AbstractAmazonLexModelsV2Async.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> |
AmazonLexModelsV2AsyncClient.listSlotsAsync(ListSlotsRequest request,
AsyncHandler<ListSlotsRequest,ListSlotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSlotsResult |
ListSlotsResult.clone() |
ListSlotsResult |
ListSlotsResult.withBotId(String botId)
The identifier of the bot that contains the slots.
|
ListSlotsResult |
ListSlotsResult.withBotVersion(String botVersion)
The version of the bot that contains the slots.
|
ListSlotsResult |
ListSlotsResult.withIntentId(String intentId)
The identifier of the intent that contains the slots.
|
ListSlotsResult |
ListSlotsResult.withLocaleId(String localeId)
The language and locale of the slots in the list.
|
ListSlotsResult |
ListSlotsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListSlots
operation. |
ListSlotsResult |
ListSlotsResult.withSlotSummaries(Collection<SlotSummary> slotSummaries)
Summary information for the slots that meet the filter criteria specified in the request.
|
ListSlotsResult |
ListSlotsResult.withSlotSummaries(SlotSummary... slotSummaries)
Summary information for the slots that meet the filter criteria specified in the request.
|
Copyright © 2023. All rights reserved.