GoogleCloudDialogflowCxV3BoostSpecs constructor

GoogleCloudDialogflowCxV3BoostSpecs({
  1. List<String>? dataStores,
  2. List<GoogleCloudDialogflowCxV3BoostSpec>? spec,
})

Implementation

GoogleCloudDialogflowCxV3BoostSpecs({
  this.dataStores,
  this.spec,
});