public static interface BotRecommendationResults.Builder extends SdkPojo, CopyableBuilder<BotRecommendationResults.Builder,BotRecommendationResults>
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationResults.Builder |
associatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
|
BotRecommendationResults.Builder |
botLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
|
BotRecommendationResults.Builder |
statistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
|
default BotRecommendationResults.Builder |
statistics(Consumer<BotRecommendationResultStatistics.Builder> statistics)
The statistical summary of the bot recommendation results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotRecommendationResults.Builder botLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
botLocaleExportUrl - The presigned URL link of the recommended bot definition.BotRecommendationResults.Builder associatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
associatedTranscriptsUrl - The presigned url link of the associated transcript.BotRecommendationResults.Builder statistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
statistics - The statistical summary of the bot recommendation results.default BotRecommendationResults.Builder statistics(Consumer<BotRecommendationResultStatistics.Builder> statistics)
The statistical summary of the bot recommendation results.
This is a convenience method that creates an instance of theBotRecommendationResultStatistics.Builder avoiding the need to create one manually via
BotRecommendationResultStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to statistics(BotRecommendationResultStatistics).
statistics - a consumer that will call methods on BotRecommendationResultStatistics.Builderstatistics(BotRecommendationResultStatistics)Copyright © 2022. All rights reserved.