| 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.Suggestion
Description
Synopsis
- data Suggestion = Suggestion' {}
- newSuggestion :: Suggestion
- suggestion_id :: Lens' Suggestion (Maybe Text)
- suggestion_value :: Lens' Suggestion (Maybe SuggestionValue)
Documentation
data Suggestion Source #
A single query suggestion.
See: newSuggestion smart constructor.
Constructors
| Suggestion' | |
Instances
newSuggestion :: Suggestion Source #
Create a value of Suggestion 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:id:Suggestion', suggestion_id - The UUID (universally unique identifier) of a single query suggestion.
$sel:value:Suggestion', suggestion_value - The value for the UUID (universally unique identifier) of a single query
suggestion.
The value is the text string of a suggestion.
suggestion_id :: Lens' Suggestion (Maybe Text) Source #
The UUID (universally unique identifier) of a single query suggestion.
suggestion_value :: Lens' Suggestion (Maybe SuggestionValue) Source #
The value for the UUID (universally unique identifier) of a single query suggestion.
The value is the text string of a suggestion.