---
title: INAppendToNoteIntent
framework: intents
role: symbol
role_heading: Class
path: intents/inappendtonoteintent
---

# INAppendToNoteIntent

A request to append content to a note.

## Declaration

```swift
class INAppendToNoteIntent
```

## Overview

Overview Siri creates an INAppendToNoteIntent object when the user asks to append content to an existing note. The intent object contains the note to modify and the content to add to the note. To handle this intent, the handler object in your Intents extension must adopt the INAppendToNoteIntentHandling protocol. Your handler should confirm the request and create an INAppendToNoteIntentResponse object with the updated note. Additional Intent Attributes The following table lists additional attributes of this intent object:  |   |   |  If the resolution for any parameter requires disambiguation or confirmation, the user must unlock the device before you handle the intent. If resolution of the parameters doesn’t require user interaction, you can handle the intent without the user unlocking the device.

## Topics

### Initializing the Intent Object

- [init(targetNote:content:)](intents/inappendtonoteintent/init(targetnote:content:).md)

### Getting the Note Content

- [content](intents/inappendtonoteintent/content.md)
- [targetNote](intents/inappendtonoteintent/targetnote.md)

## Relationships

### Inherits From

- [INIntent](intents/inintent.md)

### Conforms To

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

## See Also

### Note Additions

- [INAppendToNoteIntentHandling](intents/inappendtonoteintenthandling.md)
- [INAppendToNoteIntentResponse](intents/inappendtonoteintentresponse.md)
