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

# INRelevantShortcut

An object that defines a shortcut and its relevance to the user.

```
class INRelevantShortcut
```

## Topics

### Creating a Relevant Shortcut

[`init(shortcut: INShortcut)`](/documentation/Intents/INRelevantShortcut/init(shortcut:))

Creates a relevant shortcut with the specified shortcut.

### Accessing Relevant Shortcut Information

[`var shortcut: INShortcut`](/documentation/Intents/INRelevantShortcut/shortcut)

A reference to the shortcut used to create the relevant shortcut.

[`var shortcutRole: INRelevantShortcutRole`](/documentation/Intents/INRelevantShortcut/shortcutRole)

The role of the relevant shortcut.

[`enum INRelevantShortcutRole`](/documentation/Intents/INRelevantShortcutRole)

Roles for a relevant shortcut.

### Managing Relevance Providers

[`var relevanceProviders: [INRelevanceProvider]`](/documentation/Intents/INRelevantShortcut/relevanceProviders)

Additional relevance information attached to the shortcut.

### Managing the Siri Watch Face

[`var watchTemplate: INDefaultCardTemplate?`](/documentation/Intents/INRelevantShortcut/watchTemplate)

The template that the Siri watch face uses to display the relevant shortcut.

### Managing Widget Information

[`var widgetKind: String?`](/documentation/Intents/INRelevantShortcut/widgetKind)

An identifier that associates the shortcut with the widget it influences.

### Initializers

[`init?(coder: NSCoder)`](/documentation/Intents/INRelevantShortcut/init(coder:))

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)