| 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.IntentStatistics
Description
Documentation
data IntentStatistics Source #
The object that contains the statistical summary of recommended intents associated with the bot recommendation.
See: newIntentStatistics smart constructor.
Constructors
| IntentStatistics' | |
Fields
| |
Instances
newIntentStatistics :: IntentStatistics Source #
Create a value of IntentStatistics 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:discoveredIntentCount:IntentStatistics', intentStatistics_discoveredIntentCount - The number of recommended intents associated with the bot
recommendation.
intentStatistics_discoveredIntentCount :: Lens' IntentStatistics (Maybe Int) Source #
The number of recommended intents associated with the bot recommendation.