| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotResult |
AmazonLexModelsV2Client.updateSlot(UpdateSlotRequest request)
Updates the settings for a slot.
|
UpdateSlotResult |
AbstractAmazonLexModelsV2.updateSlot(UpdateSlotRequest request) |
UpdateSlotResult |
AmazonLexModelsV2.updateSlot(UpdateSlotRequest updateSlotRequest)
Updates the settings for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSlotResult> |
AmazonLexModelsV2AsyncClient.updateSlotAsync(UpdateSlotRequest request) |
Future<UpdateSlotResult> |
AmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest updateSlotRequest)
Updates the settings for a slot.
|
Future<UpdateSlotResult> |
AbstractAmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest request) |
Future<UpdateSlotResult> |
AmazonLexModelsV2AsyncClient.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
Future<UpdateSlotResult> |
AmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest updateSlotRequest,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler)
Updates the settings for a slot.
|
Future<UpdateSlotResult> |
AbstractAmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSlotResult> |
AmazonLexModelsV2AsyncClient.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
Future<UpdateSlotResult> |
AmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest updateSlotRequest,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler)
Updates the settings for a slot.
|
Future<UpdateSlotResult> |
AbstractAmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotResult |
UpdateSlotResult.clone() |
UpdateSlotResult |
UpdateSlotResult.withBotId(String botId)
The identifier of the bot that contains the slot.
|
UpdateSlotResult |
UpdateSlotResult.withBotVersion(String botVersion)
The version of the bot that contains the slot.
|
UpdateSlotResult |
UpdateSlotResult.withCreationDateTime(Date creationDateTime)
The timestamp of the date and time that the slot was created.
|
UpdateSlotResult |
UpdateSlotResult.withDescription(String description)
The updated description of the bot.
|
UpdateSlotResult |
UpdateSlotResult.withIntentId(String intentId)
The intent that contains the slot.
|
UpdateSlotResult |
UpdateSlotResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The timestamp of the date and time that the slot was last updated.
|
UpdateSlotResult |
UpdateSlotResult.withLocaleId(String localeId)
The locale that contains the slot.
|
UpdateSlotResult |
UpdateSlotResult.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in one response.
|
UpdateSlotResult |
UpdateSlotResult.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
|
UpdateSlotResult |
UpdateSlotResult.withSlotId(String slotId)
The unique identifier of the slot that was updated.
|
UpdateSlotResult |
UpdateSlotResult.withSlotName(String slotName)
The updated name of the slot.
|
UpdateSlotResult |
UpdateSlotResult.withSlotTypeId(String slotTypeId)
The updated identifier of the slot type that provides values for the slot.
|
UpdateSlotResult |
UpdateSlotResult.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotResult |
UpdateSlotResult.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
|
Copyright © 2025. All rights reserved.