GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson constructor

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson(
  core.Map json_,
) : this(
      enableConsentBasedRedaction:
          json_['enableConsentBasedRedaction'] as core.bool?,
      enableInteractionLogging:
          json_['enableInteractionLogging'] as core.bool?,
      enableStackdriverLogging:
          json_['enableStackdriverLogging'] as core.bool?,
    );