GoogleCloudRetailV2ServingConfig constructor

GoogleCloudRetailV2ServingConfig({
  1. List<String>? boostControlIds,
  2. String? displayName,
  3. String? diversityLevel,
  4. String? diversityType,
  5. List<String>? doNotAssociateControlIds,
  6. GoogleCloudRetailV2SearchRequestDynamicFacetSpec? dynamicFacetSpec,
  7. String? enableCategoryFilterLevel,
  8. List<String>? facetControlIds,
  9. List<String>? filterControlIds,
  10. List<String>? ignoreControlIds,
  11. String? modelId,
  12. String? name,
  13. List<String>? onewaySynonymsControlIds,
  14. GoogleCloudRetailV2SearchRequestPersonalizationSpec? personalizationSpec,
  15. String? priceRerankingLevel,
  16. List<String>? redirectControlIds,
  17. List<String>? replacementControlIds,
  18. List<String>? solutionTypes,
  19. List<String>? twowaySynonymsControlIds,
})

Implementation

GoogleCloudRetailV2ServingConfig({
  this.boostControlIds,
  this.displayName,
  this.diversityLevel,
  this.diversityType,
  this.doNotAssociateControlIds,
  this.dynamicFacetSpec,
  this.enableCategoryFilterLevel,
  this.facetControlIds,
  this.filterControlIds,
  this.ignoreControlIds,
  this.modelId,
  this.name,
  this.onewaySynonymsControlIds,
  this.personalizationSpec,
  this.priceRerankingLevel,
  this.redirectControlIds,
  this.replacementControlIds,
  this.solutionTypes,
  this.twowaySynonymsControlIds,
});