queryTerms property

List<String>? queryTerms
getter/setter pair

Terms from the search query.

Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.

Implementation

core.List<core.String>? queryTerms;