answerAggregationType property
The type of how to aggregate answers.
Optional. Possible string values are:
- "STRING_AGGREGATION_TYPE_UNSPECIFIED"
- "MAJORITY_VOTE" : Majority vote to aggregate answers.
- "UNANIMOUS_VOTE" : Unanimous answers will be adopted.
- "NO_AGGREGATION" : Preserve all answers by crowd compute.
Implementation
core.String? answerAggregationType;