GoogleCloudDialogflowCxV3DataStoreConnection constructor

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

Implementation

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