| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotTypeResult |
AbstractAmazonLexModelsV2.describeSlotType(DescribeSlotTypeRequest request) |
DescribeSlotTypeResult |
AmazonLexModelsV2Client.describeSlotType(DescribeSlotTypeRequest request)
Gets metadata information about a slot type.
|
DescribeSlotTypeResult |
AmazonLexModelsV2.describeSlotType(DescribeSlotTypeRequest describeSlotTypeRequest)
Gets metadata information about a slot type.
|
| 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 |
|---|---|
DescribeSlotTypeResult |
DescribeSlotTypeResult.clone() |
DescribeSlotTypeResult |
DescribeSlotTypeResult.withBotId(String botId)
The identifier of the bot associated with the slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withBotVersion(String botVersion)
The version of the bot associated with the slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withCompositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting)
Specifications for a composite slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the slot type was created.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withDescription(String description)
The description specified for the slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withExternalSourceSetting(ExternalSourceSetting externalSourceSetting) |
DescribeSlotTypeResult |
DescribeSlotTypeResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withLocaleId(String localeId)
The language and locale specified for the slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withParentSlotTypeSignature(String parentSlotTypeSignature)
The built in slot type used as a parent to this slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withSlotTypeId(String slotTypeId)
The unique identifier for the slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withSlotTypeName(String slotTypeName)
The name specified for the slot type.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The values that the slot type can take.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withSlotTypeValues(SlotTypeValue... slotTypeValues)
The values that the slot type can take.
|
DescribeSlotTypeResult |
DescribeSlotTypeResult.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
Copyright © 2022. All rights reserved.