| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IntentStatistics.Builder |
IntentStatistics.builder() |
IntentStatistics.Builder |
IntentStatistics.Builder.discoveredIntentCount(Integer discoveredIntentCount)
The number of recommended intents associated with the bot recommendation.
|
IntentStatistics.Builder |
IntentStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentStatistics.Builder> |
IntentStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BotRecommendationResultStatistics.Builder |
BotRecommendationResultStatistics.Builder.intents(Consumer<IntentStatistics.Builder> intents)
Statistical information about about the intents associated with the bot recommendation results.
|
Copyright © 2022. All rights reserved.