GoogleCloudDialogflowCxV3DataStoreConnection.fromJson constructor
GoogleCloudDialogflowCxV3DataStoreConnection.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3DataStoreConnection.fromJson(core.Map json_)
: this(
dataStore: json_['dataStore'] as core.String?,
dataStoreType: json_['dataStoreType'] as core.String?,
documentProcessingMode:
json_['documentProcessingMode'] as core.String?,
);