<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INVoiceShortcut"
  },
  "title" : "INVoiceShortcut"
}
-->

# INVoiceShortcut

A shortcut the user added to Siri.

```
class INVoiceShortcut
```

## Overview

To add a shortcut to Siri, create an [`INShortcutReference`](/documentation/Intents/INShortcutReference) object and add it using [`INUIAddVoiceShortcutViewController`](/documentation/IntentsUI/INUIAddVoiceShortcutViewController). You don’t create an instance of [`INVoiceShortcut`](/documentation/Intents/INVoiceShortcut); the system creates the instance for you when an instance is needed.

## Topics

### Accessing Shortcut Information

[`identifier`](/documentation/Intents/INVoiceShortcut/identifier)

The unique identifier for the shortcut.

[`invocationPhrase`](/documentation/Intents/INVoiceShortcut/invocationPhrase)

The phrase the user speaks to invoke the shortcut.

[`shortcut`](/documentation/Intents/INVoiceShortcut/shortcut)

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

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

### Inherits From

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

---

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)