Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question.
JSON representation |
---|
{ "key": string, "score": number, // Union field |
Fields | |
---|---|
key |
A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key. |
score |
Numerical score of the answer. |
Union field value . The answer value may be one of a few different types. value can be only one of the following: |
|
strValue |
String value. |
numValue |
Numerical value. |
boolValue |
Boolean value. |
naValue |
A value of "Not Applicable (N/A)". |