| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSlotTypeResult> |
AbstractAmazonLexModelsV2Async.updateSlotTypeAsync(UpdateSlotTypeRequest request,
AsyncHandler<UpdateSlotTypeRequest,UpdateSlotTypeResult> asyncHandler) |
Future<UpdateSlotTypeResult> |
AmazonLexModelsV2Async.updateSlotTypeAsync(UpdateSlotTypeRequest updateSlotTypeRequest,
AsyncHandler<UpdateSlotTypeRequest,UpdateSlotTypeResult> asyncHandler)
Updates the configuration of an existing slot type.
|
Future<UpdateSlotTypeResult> |
AmazonLexModelsV2AsyncClient.updateSlotTypeAsync(UpdateSlotTypeRequest request,
AsyncHandler<UpdateSlotTypeRequest,UpdateSlotTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.clone() |
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withBotId(String botId)
The identifier of the bot that contains the slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withBotVersion(String botVersion)
The version of the bot that contains the slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withCompositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting)
Specifications for a composite slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withDescription(String description)
The new description of the slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withExternalSourceSetting(ExternalSourceSetting externalSourceSetting) |
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withLocaleId(String localeId)
The identifier of the language and locale that contains the slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withParentSlotTypeSignature(String parentSlotTypeSignature)
The new built-in slot type that should be used as the parent of this slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withSlotTypeId(String slotTypeId)
The unique identifier of the slot type to update.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withSlotTypeName(String slotTypeName)
The new name of the slot type.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withSlotTypeValues(SlotTypeValue... slotTypeValues)
A new list of values and their optional synonyms that define the values that the slot type can take.
|
UpdateSlotTypeRequest |
UpdateSlotTypeRequest.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.
|
Copyright © 2023. All rights reserved.