text property

List<String>? text
getter/setter pair

A collection of text response variants.

If multiple variants are defined, only one text response variant is returned at runtime.

Required.

Implementation

core.List<core.String>? text;