| 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.SuggestionValue
Description
Documentation
data SuggestionValue Source #
The SuggestionTextWithHighlights structure information.
See: newSuggestionValue smart constructor.
Constructors
| SuggestionValue' | |
Fields
| |
Instances
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.