| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.botId(String botId)
The identifier of the bot that contains the slot types.
|
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.botVersion(String botVersion)
The version of the bot that contains the slot types.
|
static ListSlotTypesResponse.Builder |
ListSlotTypesResponse.builder() |
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.localeId(String localeId)
The language and local of the slot types in the list.
|
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListSlotTypes operation. |
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.slotTypeSummaries(Collection<SlotTypeSummary> slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.slotTypeSummaries(Consumer<SlotTypeSummary.Builder>... slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.Builder.slotTypeSummaries(SlotTypeSummary... slotTypeSummaries)
Summary information for the slot types that meet the filter criteria specified in the request.
|
ListSlotTypesResponse.Builder |
ListSlotTypesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSlotTypesResponse.Builder> |
ListSlotTypesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.