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 ParameterMapEntry Source #
This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.
See: newParameterMapEntry
smart constructor.
ParameterMapEntry' | |
|
Instances
newParameterMapEntry :: ParameterMapEntry Source #
Create a value of ParameterMapEntry
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:values:ParameterMapEntry'
, parameterMapEntry_values
- The list of answers to the question specified in the MapEntry Key
element. The Worker must match all values in order for the answer to be
scored correctly.
$sel:key:ParameterMapEntry'
, parameterMapEntry_key
- The QuestionID from the HIT that is used to identify which question
requires Mechanical Turk to score as part of the
ScoreMyKnownAnswers/2011-09-01 Review Policy.
parameterMapEntry_values :: Lens' ParameterMapEntry (Maybe [Text]) Source #
The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.
parameterMapEntry_key :: Lens' ParameterMapEntry (Maybe Text) Source #
The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.