contextAttributes property

List<ContextAttribute>? contextAttributes
getter/setter pair

Context attributes for the request which will be used to adjust ranking of search results.

The maximum number of elements is 10.

Implementation

core.List<ContextAttribute>? contextAttributes;