| 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.ClickFeedback
Description
Synopsis
Documentation
data ClickFeedback Source #
Gathers information about when a particular result was clicked by a
user. Your application uses the SubmitFeedback API to provide click
information.
See: newClickFeedback smart constructor.
Constructors
| ClickFeedback' | |
Instances
Create a value of ClickFeedback 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:resultId:ClickFeedback', clickFeedback_resultId - The identifier of the search result that was clicked.
$sel:clickTime:ClickFeedback', clickFeedback_clickTime - The Unix timestamp of the date and time that the result was clicked.
clickFeedback_resultId :: Lens' ClickFeedback Text Source #
The identifier of the search result that was clicked.
clickFeedback_clickTime :: Lens' ClickFeedback UTCTime Source #
The Unix timestamp of the date and time that the result was clicked.