Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BotRecommendationResults.Builder
-
Packages that use BotRecommendationResults.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotRecommendationResults.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotRecommendationResults.Builder Modifier and Type Method Description BotRecommendationResults.BuilderBotRecommendationResults.Builder. associatedTranscriptsUrl(String associatedTranscriptsUrl)The presigned url link of the associated transcript.BotRecommendationResults.BuilderBotRecommendationResults.Builder. botLocaleExportUrl(String botLocaleExportUrl)The presigned URL link of the recommended bot definition.static BotRecommendationResults.BuilderBotRecommendationResults. builder()default BotRecommendationResults.BuilderBotRecommendationResults.Builder. statistics(Consumer<BotRecommendationResultStatistics.Builder> statistics)The statistical summary of the bot recommendation results.BotRecommendationResults.BuilderBotRecommendationResults.Builder. statistics(BotRecommendationResultStatistics statistics)The statistical summary of the bot recommendation results.BotRecommendationResults.BuilderBotRecommendationResults. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotRecommendationResults.Builder Modifier and Type Method Description static Class<? extends BotRecommendationResults.Builder>BotRecommendationResults. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotRecommendationResults.Builder Modifier and Type Method Description default DescribeBotRecommendationResponse.BuilderDescribeBotRecommendationResponse.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.
-