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

Description

 
Synopsis

Documentation

data SuggestionValue Source #

The SuggestionTextWithHighlights structure information.

See: newSuggestionValue smart constructor.

Constructors

SuggestionValue' 

Fields

Instances

Instances details
FromJSON SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

Generic SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

Associated Types

type Rep SuggestionValue :: Type -> Type #

Read SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

Show SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

NFData SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

Methods

rnf :: SuggestionValue -> () #

Eq SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

Hashable SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

type Rep SuggestionValue Source # 
Instance details

Defined in Amazonka.Kendra.Types.SuggestionValue

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

newSuggestionValue :: SuggestionValue Source #

Create a value of SuggestionValue 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:

SuggestionValue, suggestionValue_text - The SuggestionTextWithHighlights structure that contains the query suggestion text and highlights.

suggestionValue_text :: Lens' SuggestionValue (Maybe SuggestionTextWithHighlights) Source #

The SuggestionTextWithHighlights structure that contains the query suggestion text and highlights.