GoogleCloudRetailV2SearchRequest constructor

GoogleCloudRetailV2SearchRequest({
  1. GoogleCloudRetailV2SearchRequestBoostSpec? boostSpec,
  2. String? branch,
  3. String? canonicalFilter,
  4. GoogleCloudRetailV2SearchRequestDynamicFacetSpec? dynamicFacetSpec,
  5. String? entity,
  6. List<GoogleCloudRetailV2SearchRequestFacetSpec>? facetSpecs,
  7. String? filter,
  8. Map<String, String>? labels,
  9. int? offset,
  10. String? orderBy,
  11. List<String>? pageCategories,
  12. int? pageSize,
  13. String? pageToken,
  14. GoogleCloudRetailV2SearchRequestPersonalizationSpec? personalizationSpec,
  15. String? query,
  16. GoogleCloudRetailV2SearchRequestQueryExpansionSpec? queryExpansionSpec,
  17. String? searchMode,
  18. GoogleCloudRetailV2SearchRequestSpellCorrectionSpec? spellCorrectionSpec,
  19. GoogleCloudRetailV2UserInfo? userInfo,
  20. List<String>? variantRollupKeys,
  21. 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,
});