finalQuestion property

String? finalQuestion
getter/setter pair

The question that will be used at serving time.

Question can have a max length of 300 bytes. When not populated, generated_question should be used.

Optional.

Implementation

core.String? finalQuestion;