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