attributes property
Custom attributes for the suggestion term.
- For
user-data
, the attributes are additional custom attributes ingested through BigQuery. * Forcloud-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;