| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSlotResponse> |
LexModelsV2AsyncClient.describeSlot(Consumer<DescribeSlotRequest.Builder> describeSlotRequest)
Gets metadata information about a slot.
|
default DescribeSlotResponse |
LexModelsV2Client.describeSlot(Consumer<DescribeSlotRequest.Builder> describeSlotRequest)
Gets metadata information about a slot.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.botId(String botId)
The identifier of the bot associated with the slot.
|
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.botVersion(String botVersion)
The version of the bot associated with the slot.
|
static DescribeSlotRequest.Builder |
DescribeSlotRequest.builder() |
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.intentId(String intentId)
The identifier of the intent that contains the slot.
|
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the slot to describe.
|
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSlotRequest.Builder |
DescribeSlotRequest.Builder.slotId(String slotId)
The unique identifier for the slot.
|
DescribeSlotRequest.Builder |
DescribeSlotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSlotRequest.Builder> |
DescribeSlotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.