Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data UserFeedback Source #
Feedback that can be submitted for each instance of an anomaly by the user. Feedback is be used for improvements in generating recommendations for the application.
See: newUserFeedback
smart constructor.
UserFeedback' | |
|
Instances
Create a value of UserFeedback
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:type':UserFeedback'
, userFeedback_type
- Optional Positive
or Negative
feedback submitted by the user about
whether the recommendation is useful or not.
userFeedback_type :: Lens' UserFeedback FeedbackType Source #
Optional Positive
or Negative
feedback submitted by the user about
whether the recommendation is useful or not.