| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotRecommendationResult> |
AmazonLexModelsV2AsyncClient.updateBotRecommendationAsync(UpdateBotRecommendationRequest request,
AsyncHandler<UpdateBotRecommendationRequest,UpdateBotRecommendationResult> asyncHandler) |
Future<UpdateBotRecommendationResult> |
AbstractAmazonLexModelsV2Async.updateBotRecommendationAsync(UpdateBotRecommendationRequest request,
AsyncHandler<UpdateBotRecommendationRequest,UpdateBotRecommendationResult> asyncHandler) |
Future<UpdateBotRecommendationResult> |
AmazonLexModelsV2Async.updateBotRecommendationAsync(UpdateBotRecommendationRequest updateBotRecommendationRequest,
AsyncHandler<UpdateBotRecommendationRequest,UpdateBotRecommendationResult> asyncHandler)
Updates an existing bot recommendation request.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRecommendationRequest |
UpdateBotRecommendationRequest.clone() |
UpdateBotRecommendationRequest |
UpdateBotRecommendationRequest.withBotId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
|
UpdateBotRecommendationRequest |
UpdateBotRecommendationRequest.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
UpdateBotRecommendationRequest |
UpdateBotRecommendationRequest.withBotVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
|
UpdateBotRecommendationRequest |
UpdateBotRecommendationRequest.withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
UpdateBotRecommendationRequest |
UpdateBotRecommendationRequest.withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
Copyright © 2023. All rights reserved.