GoogleCloudRetailV2SearchResponse class

Response message for SearchService.Search method.

Properties

appliedControls List<String>?
The fully qualified resource name of applied controls.
getter/setter pair
attributionToken String?
A unique search token.
getter/setter pair
correctedQuery String?
Contains the spell corrected query, if found.
getter/setter pair
experimentInfo List<GoogleCloudRetailV2ExperimentInfo>?
Metadata related to A/B testing Experiment associated with this response.
getter/setter pair
facets List<GoogleCloudRetailV2SearchResponseFacet>?
Results of facets requested by user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invalidConditionBoostSpecs List<GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec>?
The invalid SearchRequest.BoostSpec.condition_boost_specs that are not applied during serving.
getter/setter pair
nextPageToken String?
A token that can be sent as SearchRequest.page_token to retrieve the next page.
getter/setter pair
queryExpansionInfo GoogleCloudRetailV2SearchResponseQueryExpansionInfo?
Query expansion information for the returned results.
getter/setter pair
redirectUri String?
The URI of a customer-defined redirect page.
getter/setter pair
results List<GoogleCloudRetailV2SearchResponseSearchResult>?
A list of matched items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSize int?
The estimated total count of matched items irrespective of pagination.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited