---
title: "init(shortcut:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/runsystemshortcutintent/init(shortcut:)"
---

# init(shortcut:)

Creates an intent that performs a person’s configured action.

## Declaration

```swift
init(shortcut: SystemShortcut)
```

## Parameters

- `shortcut`: The metadata that represents a person’s configured action.

## See Also

### Creating the intent

- [SystemShortcut](appintents/systemshortcut.md)
