ServingConfigArgs

fun ServingConfigArgs(boostControlIds: Output<List<String>>? = null, catalogId: Output<String>? = null, displayName: Output<String>? = null, diversityLevel: Output<String>? = null, diversityType: Output<ServingConfigDiversityType>? = null, doNotAssociateControlIds: Output<List<String>>? = null, dynamicFacetSpec: Output<GoogleCloudRetailV2betaSearchRequestDynamicFacetSpecArgs>? = null, enableCategoryFilterLevel: Output<String>? = null, facetControlIds: Output<List<String>>? = null, filterControlIds: Output<List<String>>? = null, ignoreControlIds: Output<List<String>>? = null, location: Output<String>? = null, modelId: Output<String>? = null, name: Output<String>? = null, onewaySynonymsControlIds: Output<List<String>>? = null, personalizationSpec: Output<GoogleCloudRetailV2betaSearchRequestPersonalizationSpecArgs>? = null, priceRerankingLevel: Output<String>? = null, project: Output<String>? = null, redirectControlIds: Output<List<String>>? = null, replacementControlIds: Output<List<String>>? = null, servingConfigId: Output<String>? = null, solutionTypes: Output<List<ServingConfigSolutionTypesItem>>? = null, twowaySynonymsControlIds: Output<List<String>>? = null)