GoogleCloudDialogflowCxV3FilterSpecs constructor

GoogleCloudDialogflowCxV3FilterSpecs({
  1. List<String>? dataStores,
  2. String? filter,
})

Implementation

GoogleCloudDialogflowCxV3FilterSpecs({
  this.dataStores,
  this.filter,
});