---
title: shortcut
framework: intents
role: symbol
role_heading: Instance Property
path: intents/invoiceshortcut/shortcut
---

# shortcut

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

## Declaration

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

## Discussion

Discussion Use the shortcut property to access the intent or userActivity used to create the INShortcutReference object.

## See Also

### Accessing Shortcut Information

- [identifier](intents/invoiceshortcut/identifier.md)
- [invocationPhrase](intents/invoiceshortcut/invocationphrase.md)
