GoogleCloudRetailV2ConversationalSearchCustomizationConfig constructor

GoogleCloudRetailV2ConversationalSearchCustomizationConfig({
  1. String? catalog,
  2. GoogleCloudRetailV2IntentClassificationConfig? intentClassificationConfig,
  3. String? retailerDisplayName,
})

Implementation

GoogleCloudRetailV2ConversationalSearchCustomizationConfig({
  this.catalog,
  this.intentClassificationConfig,
  this.retailerDisplayName,
});