| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.BotRecommendationResultStatistics
Description
Synopsis
- data BotRecommendationResultStatistics = BotRecommendationResultStatistics' {}
- newBotRecommendationResultStatistics :: BotRecommendationResultStatistics
- botRecommendationResultStatistics_intents :: Lens' BotRecommendationResultStatistics (Maybe IntentStatistics)
- botRecommendationResultStatistics_slotTypes :: Lens' BotRecommendationResultStatistics (Maybe SlotTypeStatistics)
Documentation
data BotRecommendationResultStatistics Source #
A statistical summary of the bot recommendation results.
See: newBotRecommendationResultStatistics smart constructor.
Constructors
| BotRecommendationResultStatistics' | |
Fields
| |
Instances
newBotRecommendationResultStatistics :: BotRecommendationResultStatistics Source #
Create a value of BotRecommendationResultStatistics with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:intents:BotRecommendationResultStatistics', botRecommendationResultStatistics_intents - Statistical information about about the intents associated with the bot
recommendation results.
$sel:slotTypes:BotRecommendationResultStatistics', botRecommendationResultStatistics_slotTypes - Statistical information about the slot types associated with the bot
recommendation results.
botRecommendationResultStatistics_intents :: Lens' BotRecommendationResultStatistics (Maybe IntentStatistics) Source #
Statistical information about about the intents associated with the bot recommendation results.
botRecommendationResultStatistics_slotTypes :: Lens' BotRecommendationResultStatistics (Maybe SlotTypeStatistics) Source #
Statistical information about the slot types associated with the bot recommendation results.