correctnessLevel property
The correctness level of the specific answer. Possible string values are:
- "CORRECTNESS_LEVEL_UNSPECIFIED" : Correctness level unspecified.
- "NOT_CORRECT" : Answer is totally wrong.
- "PARTIALLY_CORRECT" : Answer is partially correct.
- "FULLY_CORRECT" : Answer is fully correct.
Implementation
core.String? correctnessLevel;