GoogleCloudRetailV2SearchRequest constructor
GoogleCloudRetailV2SearchRequest({
- GoogleCloudRetailV2SearchRequestBoostSpec? boostSpec,
- String? branch,
- String? canonicalFilter,
- GoogleCloudRetailV2SearchRequestDynamicFacetSpec? dynamicFacetSpec,
- String? entity,
- List<
GoogleCloudRetailV2SearchRequestFacetSpec> ? facetSpecs, - String? filter,
- Map<
String, String> ? labels, - int? offset,
- String? orderBy,
- List<
String> ? pageCategories, - int? pageSize,
- String? pageToken,
- GoogleCloudRetailV2SearchRequestPersonalizationSpec? personalizationSpec,
- String? query,
- GoogleCloudRetailV2SearchRequestQueryExpansionSpec? queryExpansionSpec,
- String? searchMode,
- GoogleCloudRetailV2SearchRequestSpellCorrectionSpec? spellCorrectionSpec,
- GoogleCloudRetailV2UserInfo? userInfo,
- List<
String> ? variantRollupKeys, - String? visitorId,
Implementation
GoogleCloudRetailV2SearchRequest({
this.boostSpec,
this.branch,
this.canonicalFilter,
this.dynamicFacetSpec,
this.entity,
this.facetSpecs,
this.filter,
this.labels,
this.offset,
this.orderBy,
this.pageCategories,
this.pageSize,
this.pageToken,
this.personalizationSpec,
this.query,
this.queryExpansionSpec,
this.searchMode,
this.spellCorrectionSpec,
this.userInfo,
this.variantRollupKeys,
this.visitorId,
});