attributes property

Map<String, GoogleCloudRetailV2CustomAttribute>? attributes
getter/setter pair

Custom attributes for the suggestion term.

  • For "user-data", the attributes are additional custom attributes ingested through BigQuery. * For "cloud-retail", the attributes are product attributes generated by Cloud Retail. It requires UserEvent.product_details is imported properly.

Implementation

core.Map<core.String, GoogleCloudRetailV2CustomAttribute>? attributes;