| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSlotsResponse |
LexModelsV2Client.listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default CompletableFuture<ListSlotsResponse> |
LexModelsV2AsyncClient.listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotsIterable |
LexModelsV2Client.listSlotsPaginator(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
default ListSlotsPublisher |
LexModelsV2AsyncClient.listSlotsPaginator(Consumer<ListSlotsRequest.Builder> listSlotsRequest)
Gets a list of slots that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.botId(String botId)
The identifier of the bot that contains the slot.
|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the slot.
|
static ListSlotsRequest.Builder |
ListSlotsRequest.builder() |
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.filters(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.Builder |
ListSlotsRequest.Builder.filters(Consumer<SlotFilter.Builder>... filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.filters(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.Builder |
ListSlotsRequest.Builder.intentId(String intentId)
The unique identifier of the intent that contains the slot.
|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the slots to list.
|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of slots to return in each page of results.
|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.nextToken(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.Builder |
ListSlotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListSlotsRequest.Builder |
ListSlotsRequest.Builder.sortBy(Consumer<SlotSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListSlots operation. |
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.sortBy(SlotSortBy sortBy)
Determines the sort order for the response from the
ListSlots operation. |
ListSlotsRequest.Builder |
ListSlotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSlotsRequest.Builder> |
ListSlotsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.