| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSlotTypesResponse |
LexModelsV2Client.listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default CompletableFuture<ListSlotTypesResponse> |
LexModelsV2AsyncClient.listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListSlotTypesIterable |
LexModelsV2Client.listSlotTypesPaginator(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
default ListSlotTypesPublisher |
LexModelsV2AsyncClient.listSlotTypesPaginator(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)
Gets a list of slot types that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.botId(String botId)
The unique identifier of the bot that contains the slot types.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the slot type.
|
static ListSlotTypesRequest.Builder |
ListSlotTypesRequest.builder() |
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.filters(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.Builder |
ListSlotTypesRequest.Builder.filters(Consumer<SlotTypeFilter.Builder>... 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.Builder |
ListSlotTypesRequest.Builder.filters(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.Builder |
ListSlotTypesRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.maxResults(Integer maxResults)
The maximum number of slot types to return in each page of results.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.nextToken(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.Builder |
ListSlotTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.sortBy(Consumer<SlotTypeSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListSlotTypes operation. |
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.sortBy(SlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListSlotTypes operation. |
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSlotTypesRequest.Builder> |
ListSlotTypesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.