| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSlotTypeResult> |
AbstractAmazonLexModelsV2Async.describeSlotTypeAsync(DescribeSlotTypeRequest request,
AsyncHandler<DescribeSlotTypeRequest,DescribeSlotTypeResult> asyncHandler) |
Future<DescribeSlotTypeResult> |
AmazonLexModelsV2AsyncClient.describeSlotTypeAsync(DescribeSlotTypeRequest request,
AsyncHandler<DescribeSlotTypeRequest,DescribeSlotTypeResult> asyncHandler) |
Future<DescribeSlotTypeResult> |
AmazonLexModelsV2Async.describeSlotTypeAsync(DescribeSlotTypeRequest describeSlotTypeRequest,
AsyncHandler<DescribeSlotTypeRequest,DescribeSlotTypeResult> asyncHandler)
Gets metadata information about a slot type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotTypeRequest |
DescribeSlotTypeRequest.clone() |
DescribeSlotTypeRequest |
DescribeSlotTypeRequest.withBotId(String botId)
The identifier of the bot associated with the slot type.
|
DescribeSlotTypeRequest |
DescribeSlotTypeRequest.withBotVersion(String botVersion)
The version of the bot associated with the slot type.
|
DescribeSlotTypeRequest |
DescribeSlotTypeRequest.withLocaleId(String localeId)
The identifier of the language and locale of the slot type to describe.
|
DescribeSlotTypeRequest |
DescribeSlotTypeRequest.withSlotTypeId(String slotTypeId)
The identifier of the slot type.
|
Copyright © 2021. All rights reserved.