ShowCleantimeIntentResponse
@objc(ShowCleantimeIntentResponse)
public class ShowCleantimeIntentResponse : INIntentResponse
-
Declaration
Swift
@NSManaged public var report: String? { get set }
-
Declaration
Swift
@objc public fileprivate(set) var code: ShowCleantimeIntentResponseCode { get }
-
Declaration
Swift
@objc(initWithCode:userActivity:) public convenience init(code: ShowCleantimeIntentResponseCode, userActivity: NSUserActivity?)