agentDesktopEnabled = $agentDesktopEnabled; } /** * @return bool */ public function getAgentDesktopEnabled() { return $this->agentDesktopEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FeatureConfig::class, 'Google_Service_CCAIPlatform_FeatureConfig');