---
title: INAppendToNoteIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/inappendtonoteintentresponse
---

# INAppendToNoteIntentResponse

Your app’s response to a request to append content to a note.

## Declaration

```swift
class INAppendToNoteIntentResponse
```

## Overview

Overview Use an INAppendToNoteIntentResponse object to return information about the updated note. Siri communicates the information from the response to the user at appropriate times. Be sure to include the details of the note in the note property. You create an INAppendToNoteIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INAppendToNoteIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/inappendtonoteintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/inappendtonoteintentresponse/code.md)
- [INAppendToNoteIntentResponseCode](intents/inappendtonoteintentresponsecode.md)

### Accessing the Note Content

- [note](intents/inappendtonoteintentresponse/note.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.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 Additions

- [INAppendToNoteIntentHandling](intents/inappendtonoteintenthandling.md)
- [INAppendToNoteIntent](intents/inappendtonoteintent.md)
