enableConsentBasedRedaction = $enableConsentBasedRedaction; } /** * @return bool */ public function getEnableConsentBasedRedaction() { return $this->enableConsentBasedRedaction; } /** * @param bool */ public function setEnableInteractionLogging($enableInteractionLogging) { $this->enableInteractionLogging = $enableInteractionLogging; } /** * @return bool */ public function getEnableInteractionLogging() { return $this->enableInteractionLogging; } /** * @param bool */ public function setEnableStackdriverLogging($enableStackdriverLogging) { $this->enableStackdriverLogging = $enableStackdriverLogging; } /** * @return bool */ public function getEnableStackdriverLogging() { return $this->enableStackdriverLogging; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings');