GoogleCloudDialogflowCxV3DataStoreConnection constructor

GoogleCloudDialogflowCxV3DataStoreConnection({
  1. String? dataStore,
  2. String? dataStoreType,
  3. String? documentProcessingMode,
})

Implementation

GoogleCloudDialogflowCxV3DataStoreConnection({
  this.dataStore,
  this.dataStoreType,
  this.documentProcessingMode,
});