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

# INAppendToNoteIntentResponse

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

```
class INAppendToNoteIntentResponse
```

## Overview

Use an [`INAppendToNoteIntentResponse`](/documentation/Intents/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`](/documentation/Intents/INAppendToNoteIntentResponse/note) property.

You create an [`INAppendToNoteIntentResponse`](/documentation/Intents/INAppendToNoteIntentResponse) object in the [`confirm(intent:completion:)`](/documentation/Intents/INAppendToNoteIntentHandling/confirm(intent:completion:)) and [`handle(intent:completion:)`](/documentation/Intents/INAppendToNoteIntentHandling/handle(intent:completion:)) methods of your handler object. For more information about implementing your handler object, see [`INAppendToNoteIntentHandling`](/documentation/Intents/INAppendToNoteIntentHandling).

## Topics

### Initializing the Response Object

[`init(code: INAppendToNoteIntentResponseCode, userActivity: NSUserActivity?)`](/documentation/Intents/INAppendToNoteIntentResponse/init(code:userActivity:))

Initializes the response object with the specified code and user activity object.

### Getting the Response Code

[`var code: INAppendToNoteIntentResponseCode`](/documentation/Intents/INAppendToNoteIntentResponse/code)

The code indicating whether you successfully handled the intent.

[`enum INAppendToNoteIntentResponseCode`](/documentation/Intents/INAppendToNoteIntentResponseCode)

Constants indicating the state of the response.

### Accessing the Note Content

[`var note: INNote?`](/documentation/Intents/INAppendToNoteIntentResponse/note)

The details of the note that you updated.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

### Inherits From

[`INIntentResponse`](/documentation/Intents/INIntentResponse)

---

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)