| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationResultStatistics |
BotRecommendationResultStatistics.clone() |
BotRecommendationResultStatistics |
BotRecommendationResults.getStatistics()
The statistical summary of the bot recommendation results.
|
BotRecommendationResultStatistics |
BotRecommendationResultStatistics.withIntents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
|
BotRecommendationResultStatistics |
BotRecommendationResultStatistics.withSlotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BotRecommendationResults.setStatistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
|
BotRecommendationResults |
BotRecommendationResults.withStatistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
|
Copyright © 2024. All rights reserved.