goToAction property
Section navigation type. Possible string values are:
- "GO_TO_ACTION_UNSPECIFIED" : Default value. Unused.
- "NEXT_SECTION" : Go to the next section.
- "RESTART_FORM" : Go back to the beginning of the form.
- "SUBMIT_FORM" : Submit form immediately.
Implementation
core.String? goToAction;