GoogleCloudRetailV2ConversationalSearchCustomizationConfig constructor
GoogleCloudRetailV2ConversationalSearchCustomizationConfig({
- String? catalog,
- GoogleCloudRetailV2IntentClassificationConfig? intentClassificationConfig,
- String? retailerDisplayName,
Implementation
GoogleCloudRetailV2ConversationalSearchCustomizationConfig({
this.catalog,
this.intentClassificationConfig,
this.retailerDisplayName,
});