answers property
Answers to a question.
For multiple-value ChoiceQuestions, each answer is a separate value.
Output only.
Implementation
core.List<TextAnswer>? answers;
Answers to a question.
For multiple-value ChoiceQuestions, each answer is a separate value.
Output only.
core.List<TextAnswer>? answers;