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

Description

 
Synopsis

Documentation

data BotRecommendationResultStatistics Source #

A statistical summary of the bot recommendation results.

See: newBotRecommendationResultStatistics smart constructor.

Constructors

BotRecommendationResultStatistics' 

Fields

Instances

Instances details
FromJSON BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

Generic BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

Associated Types

type Rep BotRecommendationResultStatistics :: Type -> Type #

Read BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

Show BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

NFData BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

Eq BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

Hashable BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

type Rep BotRecommendationResultStatistics Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResultStatistics

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

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.