GoogleCloudDialogflowCxV3SearchConfig constructor

GoogleCloudDialogflowCxV3SearchConfig({
  1. List<GoogleCloudDialogflowCxV3BoostSpecs>? boostSpecs,
  2. List<GoogleCloudDialogflowCxV3FilterSpecs>? filterSpecs,
})

Implementation

GoogleCloudDialogflowCxV3SearchConfig({
  this.boostSpecs,
  this.filterSpecs,
});