A request for you to fulfill using your Intents extension.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
class INIntent : NSObject
Overview
The INIntent
class is abstract and provides behaviors shared by all intent objects. You do not create instances of this class directly or implement your own custom subclasses. The Intents framework defines subclasses for each of the requests that users can make in Siri and Maps. You use instances of those classes when responding to a request sent to your Intents extension by SiriKit.
Each subclass of INIntent
defines the properties needed to perform the corresponding action. For more information about a specific type of action, see the appropriate subclass.