interactions property

List<Interaction>? interactions
getter/setter pair

A list of interactions for the item.

Interactions are used to improve Search quality, but are not exposed to end users. The maximum number of elements is 1000.

Implementation

core.List<Interaction>? interactions;