GoogleCloudRetailV2ServingConfig constructor
GoogleCloudRetailV2ServingConfig({
- List<
String> ? boostControlIds, - String? displayName,
- String? diversityLevel,
- String? diversityType,
- List<
String> ? doNotAssociateControlIds, - GoogleCloudRetailV2SearchRequestDynamicFacetSpec? dynamicFacetSpec,
- String? enableCategoryFilterLevel,
- List<
String> ? facetControlIds, - List<
String> ? filterControlIds, - List<
String> ? ignoreControlIds, - bool? ignoreRecsDenylist,
- String? modelId,
- String? name,
- List<
String> ? onewaySynonymsControlIds, - GoogleCloudRetailV2SearchRequestPersonalizationSpec? personalizationSpec,
- String? priceRerankingLevel,
- List<
String> ? redirectControlIds, - List<
String> ? replacementControlIds, - List<
String> ? solutionTypes, - 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.ignoreRecsDenylist,
this.modelId,
this.name,
this.onewaySynonymsControlIds,
this.personalizationSpec,
this.priceRerankingLevel,
this.redirectControlIds,
this.replacementControlIds,
this.solutionTypes,
this.twowaySynonymsControlIds,
});