GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings.fromJson constructor

GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings.fromJson(
    core.Map json_)
    : this(
        enableInsightsExport: json_['enableInsightsExport'] as core.bool?,
      );