amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.IntentStatistics

Description

 
Synopsis

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

Instances details
FromJSON IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

Generic IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

Associated Types

type Rep IntentStatistics :: Type -> Type #

Read IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

Show IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

NFData IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

Methods

rnf :: IntentStatistics -> () #

Eq IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

Hashable IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

type Rep IntentStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.IntentStatistics

type Rep IntentStatistics = D1 ('MetaData "IntentStatistics" "Amazonka.LexV2Models.Types.IntentStatistics" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "IntentStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discoveredIntentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.