interactionType property

String? interactionType
getter/setter pair

Type of the interaction that is reported, for example INTERACTION_CLICK.

Required. Possible string values are:

  • "INTERACTION_TYPE_UNSPECIFIED" : Default value. If provided, the service will throw ApiError with description "Required parameter: interactionType".
  • "INTERACTION_DISMISS" : When a recommendation is dismissed.
  • "INTERACTION_CLICK" : When a recommendation is clicked.

Implementation

core.String? interactionType;