---
title: INNote
framework: intents
role: symbol
role_heading: Class
path: intents/innote
---

# INNote

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

## Declaration

```swift
class INNote
```

## Overview

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:contents:groupName:createdDateComponents:modifiedDateComponents:identifier:)](intents/innote/init(title:contents:groupname:createddatecomponents:modifieddatecomponents:identifier:).md)

### Getting the Note Content

- [title](intents/innote/title.md)
- [contents](intents/innote/contents.md)

### Getting the Group Name

- [groupName](intents/innote/groupname.md)

### Getting the Modification Dates

- [createdDateComponents](intents/innote/createddatecomponents.md)
- [modifiedDateComponents](intents/innote/modifieddatecomponents.md)

### Identifying the Note

- [identifier](intents/innote/identifier.md)

### Initializers

- [init(coder:)](intents/innote/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Note Objects

- [INNoteContent](intents/innotecontent.md)
- [INTextNoteContent](intents/intextnotecontent.md)
- [INImageNoteContent](intents/inimagenotecontent.md)
