| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSlotTypeResponse> |
LexModelsV2AsyncClient.describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)
Gets metadata information about a slot type.
|
default DescribeSlotTypeResponse |
LexModelsV2Client.describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)
Gets metadata information about a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.Builder.botId(String botId)
The identifier of the bot associated with the slot type.
|
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.Builder.botVersion(String botVersion)
The version of the bot associated with the slot type.
|
static DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.builder() |
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the slot type to describe.
|
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.Builder.slotTypeId(String slotTypeId)
The identifier of the slot type.
|
DescribeSlotTypeRequest.Builder |
DescribeSlotTypeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSlotTypeRequest.Builder> |
DescribeSlotTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.