| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationResults.Builder |
BotRecommendationResults.Builder.associatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
|
BotRecommendationResults.Builder |
BotRecommendationResults.Builder.botLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
|
static BotRecommendationResults.Builder |
BotRecommendationResults.builder() |
BotRecommendationResults.Builder |
BotRecommendationResults.Builder.statistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
|
default BotRecommendationResults.Builder |
BotRecommendationResults.Builder.statistics(Consumer<BotRecommendationResultStatistics.Builder> statistics)
The statistical summary of the bot recommendation results.
|
BotRecommendationResults.Builder |
BotRecommendationResults.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotRecommendationResults.Builder> |
BotRecommendationResults.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.botRecommendationResults(Consumer<BotRecommendationResults.Builder> botRecommendationResults)
The object representing the URL of the bot definition, the URL of the associated transcript and a statistical
summary of the bot recommendation results.
|
Copyright © 2022. All rights reserved.