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

Description

 
Synopsis

Documentation

data FaqSummary Source #

Summary information for frequently asked questions and answers included in an index.

See: newFaqSummary smart constructor.

Constructors

FaqSummary' 

Fields

Instances

Instances details
FromJSON FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

Generic FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

Associated Types

type Rep FaqSummary :: Type -> Type #

Read FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

Show FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

NFData FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

Methods

rnf :: FaqSummary -> () #

Eq FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

Hashable FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

type Rep FaqSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.FaqSummary

newFaqSummary :: FaqSummary Source #

Create a value of FaqSummary 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:createdAt:FaqSummary', faqSummary_createdAt - The UNIX datetime that the FAQ was added to the index.

$sel:fileFormat:FaqSummary', faqSummary_fileFormat - The file type used to create the FAQ.

$sel:id:FaqSummary', faqSummary_id - The identifier of the FAQ.

$sel:languageCode:FaqSummary', faqSummary_languageCode - The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

$sel:name:FaqSummary', faqSummary_name - The name that you assigned the FAQ when you created or updated the FAQ.

$sel:status:FaqSummary', faqSummary_status - The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.

$sel:updatedAt:FaqSummary', faqSummary_updatedAt - The UNIX datetime that the FAQ was last updated.

faqSummary_createdAt :: Lens' FaqSummary (Maybe UTCTime) Source #

The UNIX datetime that the FAQ was added to the index.

faqSummary_fileFormat :: Lens' FaqSummary (Maybe FaqFileFormat) Source #

The file type used to create the FAQ.

faqSummary_id :: Lens' FaqSummary (Maybe Text) Source #

The identifier of the FAQ.

faqSummary_languageCode :: Lens' FaqSummary (Maybe Text) Source #

The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

faqSummary_name :: Lens' FaqSummary (Maybe Text) Source #

The name that you assigned the FAQ when you created or updated the FAQ.

faqSummary_status :: Lens' FaqSummary (Maybe FaqStatus) Source #

The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.

faqSummary_updatedAt :: Lens' FaqSummary (Maybe UTCTime) Source #

The UNIX datetime that the FAQ was last updated.