| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeSlotResponse |
LexModelsV2Client.describeSlot(Consumer<DescribeSlotRequest.Builder> describeSlotRequest)
Gets metadata information about a slot.
|
default DescribeSlotResponse |
LexModelsV2Client.describeSlot(DescribeSlotRequest describeSlotRequest)
Gets metadata information about a slot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSlotResponse> |
LexModelsV2AsyncClient.describeSlot(Consumer<DescribeSlotRequest.Builder> describeSlotRequest)
Gets metadata information about a slot.
|
default CompletableFuture<DescribeSlotResponse> |
LexModelsV2AsyncClient.describeSlot(DescribeSlotRequest describeSlotRequest)
Gets metadata information about a slot.
|
Copyright © 2021. All rights reserved.