| 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.
|
Future<UpdateSlotResult> |
AmazonLexModelsV2AsyncClient.updateSlotAsync(UpdateSlotRequest request) |
Future<UpdateSlotResult> |
AbstractAmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest request) |
Future<UpdateSlotResult> |
AmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest updateSlotRequest)
Updates the settings for a slot.
|
Future<UpdateSlotResult> |
AmazonLexModelsV2AsyncClient.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
Future<UpdateSlotResult> |
AbstractAmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
Future<UpdateSlotResult> |
AmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest updateSlotRequest,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler)
Updates the settings for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSlotResult> |
AmazonLexModelsV2AsyncClient.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
Future<UpdateSlotResult> |
AbstractAmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest request,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler) |
Future<UpdateSlotResult> |
AmazonLexModelsV2Async.updateSlotAsync(UpdateSlotRequest updateSlotRequest,
AsyncHandler<UpdateSlotRequest,UpdateSlotResult> asyncHandler)
Updates the settings for a slot.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotRequest |
UpdateSlotRequest.clone() |
UpdateSlotRequest |
UpdateSlotRequest.withBotId(String botId)
The unique identifier of the bot that contains the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withBotVersion(String botVersion)
The version of the bot that contains the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withDescription(String description)
The new description for the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withIntentId(String intentId)
The identifier of the intent that contains the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withLocaleId(String localeId)
The identifier of the language and locale that contains the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Determines whether the slot accepts multiple values in one response.
|
UpdateSlotRequest |
UpdateSlotRequest.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
New settings that determine how slot values are formatted in Amazon CloudWatch logs.
|
UpdateSlotRequest |
UpdateSlotRequest.withSlotId(String slotId)
The unique identifier for the slot to update.
|
UpdateSlotRequest |
UpdateSlotRequest.withSlotName(String slotName)
The new name for the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withSlotTypeId(String slotTypeId)
The unique identifier of the new slot type to associate with this slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.
|
Copyright © 2023. All rights reserved.