GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson constructor
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.fromJson(
core.Map json_)
: this(
enableInteractionLogging:
json_.containsKey('enableInteractionLogging')
? json_['enableInteractionLogging'] as core.bool
: null,
enableStackdriverLogging:
json_.containsKey('enableStackdriverLogging')
? json_['enableStackdriverLogging'] as core.bool
: null,
);