| 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.Kendra.Types.FaqStatistics
Description
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
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.