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