| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSlotResult> |
AmazonLexModelsV2AsyncClient.describeSlotAsync(DescribeSlotRequest request,
AsyncHandler<DescribeSlotRequest,DescribeSlotResult> asyncHandler) |
Future<DescribeSlotResult> |
AbstractAmazonLexModelsV2Async.describeSlotAsync(DescribeSlotRequest request,
AsyncHandler<DescribeSlotRequest,DescribeSlotResult> asyncHandler) |
Future<DescribeSlotResult> |
AmazonLexModelsV2Async.describeSlotAsync(DescribeSlotRequest describeSlotRequest,
AsyncHandler<DescribeSlotRequest,DescribeSlotResult> asyncHandler)
Gets metadata information about a slot.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotRequest |
DescribeSlotRequest.clone() |
DescribeSlotRequest |
DescribeSlotRequest.withBotId(String botId)
The identifier of the bot associated with the slot.
|
DescribeSlotRequest |
DescribeSlotRequest.withBotVersion(String botVersion)
The version of the bot associated with the slot.
|
DescribeSlotRequest |
DescribeSlotRequest.withIntentId(String intentId)
The identifier of the intent that contains the slot.
|
DescribeSlotRequest |
DescribeSlotRequest.withLocaleId(String localeId)
The identifier of the language and locale of the slot to describe.
|
DescribeSlotRequest |
DescribeSlotRequest.withSlotId(String slotId)
The unique identifier for the slot.
|
Copyright © 2022. All rights reserved.