amazonka-kendra-2.0: Amazon KendraFrontendService 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.Kendra.Types.FaqStatistics

Description

 
Synopsis

Documentation

data FaqStatistics Source #

Provides statistical information about the FAQ questions and answers contained in an index.

See: newFaqStatistics smart constructor.

Constructors

FaqStatistics' 

Fields

Instances

Instances details
FromJSON FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

Generic FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

Associated Types

type Rep FaqStatistics :: Type -> Type #

Read FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

Show FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

NFData FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

Methods

rnf :: FaqStatistics -> () #

Eq FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

Hashable FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

type Rep FaqStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqStatistics

type Rep FaqStatistics = D1 ('MetaData "FaqStatistics" "Amazonka.Kendra.Types.FaqStatistics" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "FaqStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "indexedQuestionAnswersCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newFaqStatistics Source #

Create a value of FaqStatistics 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:indexedQuestionAnswersCount:FaqStatistics', faqStatistics_indexedQuestionAnswersCount - The total number of FAQ questions and answers contained in the index.

faqStatistics_indexedQuestionAnswersCount :: Lens' FaqStatistics Natural Source #

The total number of FAQ questions and answers contained in the index.