A shortcut the user added to Siri.
SDKs
- iOS 12.0+
- Mac Catalyst 13.0+
- watchOS 5.0+
Framework
- Intents
Declaration
@interface INVoiceShortcut : NSObject
Overview
To add a shortcut to Siri, create an INShortcut
object and add it using INUIAdd
. You don't create an instance of INVoice
; the system creates the instance for you when an instance is needed.