GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson constructor
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson(
- 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?,
);