GoogleCloudRetailV2GenerativeQuestionsFeatureConfig constructor

GoogleCloudRetailV2GenerativeQuestionsFeatureConfig({
  1. String? catalog,
  2. bool? featureEnabled,
  3. int? minimumProducts,
})

Implementation

GoogleCloudRetailV2GenerativeQuestionsFeatureConfig({
  this.catalog,
  this.featureEnabled,
  this.minimumProducts,
});