<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INVoiceShortcut/shortcut",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INVoiceShortcut(py)shortcut"
  },
  "title" : "shortcut"
}
-->

# shortcut

The shortcut Siri invokes when the user speaks the invocation phrase.

```
var shortcut: INShortcut { get }
```

## Discussion

Use the [`shortcut`](/documentation/Intents/INVoiceShortcut/shortcut) property to access the [`intent`](/documentation/Intents/INShortcutReference/intent) or [`userActivity`](/documentation/Intents/INShortcutReference/userActivity) used to create the [`INShortcutReference`](/documentation/Intents/INShortcutReference) object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)