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(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings');