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

# INNote

The content and metadata associated with a single note entry in your app.

```
class INNote
```

## Overview

When SiriKit asks you to create a note, use an instance of this class to specify the contents of the note.

## Topics

### Initializing a Note Object

[`init(title: INSpeakableString, contents: [INNoteContent], groupName: INSpeakableString?, createdDateComponents: DateComponents?, modifiedDateComponents: DateComponents?, identifier: String?)`](/documentation/Intents/INNote/init(title:contents:groupName:createdDateComponents:modifiedDateComponents:identifier:))

Initializes a note object with the specified contents and attributes.

### Getting the Note Content

[`var title: INSpeakableString`](/documentation/Intents/INNote/title)

The title text for the note.

[`var contents: [INNoteContent]`](/documentation/Intents/INNote/contents)

The main content of the note.

### Getting the Group Name

[`var groupName: INSpeakableString?`](/documentation/Intents/INNote/groupName)

The user-visible name of the group that contains the note.

### Getting the Modification Dates

[`var createdDateComponents: DateComponents?`](/documentation/Intents/INNote/createdDateComponents)

The creation date of the note.

[`var modifiedDateComponents: DateComponents?`](/documentation/Intents/INNote/modifiedDateComponents)

The date on which the intent most recently modified the note.

### Identifying the Note

[`var identifier: String?`](/documentation/Intents/INNote/identifier)

The unique identifier that you use to identify the note internally.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

[`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)