contextAttributes property

List<ContextAttribute>? contextAttributes
getter/setter pair

A set of named attributes associated with the item.

This can be used for influencing the ranking of the item based on the context in the request. The maximum number of elements is 10.

Implementation

core.List<ContextAttribute>? contextAttributes;