attributeResults property

Map<String, GoogleCloudRetailV2CompleteQueryResponseAttributeResult>? attributeResults
getter/setter pair

A map of matched attribute suggestions.

This field is only available for "cloud-retail" dataset. Current supported keys: * brands * categories

Implementation

core.Map<core.String,
        GoogleCloudRetailV2CompleteQueryResponseAttributeResult>?
    attributeResults;