twowaySynonymsControlIds property

List<String>? twowaySynonymsControlIds
getter/setter pair

Condition synonyms specifications.

If multiple syonyms conditions match, all matching synonyms control in the list will execute. Order of controls in the list will not matter. Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.

Implementation

core.List<core.String>? twowaySynonymsControlIds;