GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings constructor

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings({
  1. bool? enableInteractionLogging,
  2. bool? enableStackdriverLogging,
})

Implementation

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings({
  this.enableInteractionLogging,
  this.enableStackdriverLogging,
});