| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotTypeResult |
AmazonLexModelsV2Client.updateSlotType(UpdateSlotTypeRequest request)
Updates the configuration of an existing slot type.
|
UpdateSlotTypeResult |
AbstractAmazonLexModelsV2.updateSlotType(UpdateSlotTypeRequest request) |
UpdateSlotTypeResult |
AmazonLexModelsV2.updateSlotType(UpdateSlotTypeRequest updateSlotTypeRequest)
Updates the configuration of an existing slot type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSlotTypeResult> |
AmazonLexModelsV2AsyncClient.updateSlotTypeAsync(UpdateSlotTypeRequest request,
AsyncHandler<UpdateSlotTypeRequest,UpdateSlotTypeResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotTypeResult |
UpdateSlotTypeResult.clone() |
UpdateSlotTypeResult |
UpdateSlotTypeResult.withBotId(String botId)
The identifier of the bot that contains the slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withBotVersion(String botVersion)
The version of the bot that contains the slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withCompositeSlotTypeSetting(CompositeSlotTypeSetting compositeSlotTypeSetting)
Specifications for a composite slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withCreationDateTime(Date creationDateTime)
The timestamp of the date and time that the slot type was created.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withDescription(String description)
The updated description of the slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withExternalSourceSetting(ExternalSourceSetting externalSourceSetting) |
UpdateSlotTypeResult |
UpdateSlotTypeResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withLocaleId(String localeId)
The language and locale of the updated slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withParentSlotTypeSignature(String parentSlotTypeSignature)
The updated signature of the built-in slot type that is the parent of this slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withSlotTypeId(String slotTypeId)
The unique identifier of the updated slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withSlotTypeName(String slotTypeName)
The updated name of the slot type.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withSlotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The updated values that the slot type provides.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withSlotTypeValues(SlotTypeValue... slotTypeValues)
The updated values that the slot type provides.
|
UpdateSlotTypeResult |
UpdateSlotTypeResult.withValueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.
|
Copyright © 2024. All rights reserved.