| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRecommendationResult |
AmazonLexModelsV2Client.updateBotRecommendation(UpdateBotRecommendationRequest request)
Updates an existing bot recommendation request.
|
UpdateBotRecommendationResult |
AmazonLexModelsV2.updateBotRecommendation(UpdateBotRecommendationRequest updateBotRecommendationRequest)
Updates an existing bot recommendation request.
|
UpdateBotRecommendationResult |
AbstractAmazonLexModelsV2.updateBotRecommendation(UpdateBotRecommendationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotRecommendationResult> |
AbstractAmazonLexModelsV2Async.updateBotRecommendationAsync(UpdateBotRecommendationRequest request,
AsyncHandler<UpdateBotRecommendationRequest,UpdateBotRecommendationResult> asyncHandler) |
Future<UpdateBotRecommendationResult> |
AmazonLexModelsV2AsyncClient.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 |
|---|---|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.clone() |
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withBotId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withBotVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
UpdateBotRecommendationResult |
UpdateBotRecommendationResult.withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
Copyright © 2023. All rights reserved.