GoogleCloudDialogflowCxV3DataStoreConnection.fromJson constructor

GoogleCloudDialogflowCxV3DataStoreConnection.fromJson(
  1. 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?,
      );