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.SlotTypeStatistics

Description

 
Synopsis

Documentation

data SlotTypeStatistics Source #

The object that contains the statistical summary of the recommended slot type associated with the bot recommendation.

See: newSlotTypeStatistics smart constructor.

Constructors

SlotTypeStatistics' 

Fields

Instances

Instances details
FromJSON SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

Generic SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

Associated Types

type Rep SlotTypeStatistics :: Type -> Type #

Read SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

Show SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

NFData SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

Methods

rnf :: SlotTypeStatistics -> () #

Eq SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

Hashable SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

type Rep SlotTypeStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotTypeStatistics

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

newSlotTypeStatistics :: SlotTypeStatistics Source #

Create a value of SlotTypeStatistics 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:discoveredSlotTypeCount:SlotTypeStatistics', slotTypeStatistics_discoveredSlotTypeCount - The number of recommended slot types associated with the bot recommendation.

slotTypeStatistics_discoveredSlotTypeCount :: Lens' SlotTypeStatistics (Maybe Int) Source #

The number of recommended slot types associated with the bot recommendation.