queryContext property

List<String>? queryContext
getter/setter pair

For custom synonyms.

Customers provide the synonyms based on context. One customer can provide multiple set of synonyms based on different context. The search query will be expanded based on the custom synonyms of the query context set. By default, no custom synonyms wll be applied if no query context is provided. It is not supported for CMEK compliant deployment.

Implementation

core.List<core.String>? queryContext;