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

Description

 
Synopsis

Documentation

data AdditionalResultAttributeValue Source #

An attribute returned with a document from a search.

See: newAdditionalResultAttributeValue smart constructor.

Constructors

AdditionalResultAttributeValue' 

Fields

Instances

Instances details
FromJSON AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

Generic AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

Associated Types

type Rep AdditionalResultAttributeValue :: Type -> Type #

Read AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

Show AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

NFData AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

Eq AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

Hashable AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

type Rep AdditionalResultAttributeValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttributeValue

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

newAdditionalResultAttributeValue :: AdditionalResultAttributeValue Source #

Create a value of AdditionalResultAttributeValue 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:textWithHighlightsValue:AdditionalResultAttributeValue', additionalResultAttributeValue_textWithHighlightsValue - The text associated with the attribute and information about the highlight to apply to the text.

additionalResultAttributeValue_textWithHighlightsValue :: Lens' AdditionalResultAttributeValue (Maybe TextWithHighlights) Source #

The text associated with the attribute and information about the highlight to apply to the text.