<!--
{
  "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/INCreateNoteIntentResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCreateNoteIntentResponse"
  },
  "title" : "INCreateNoteIntentResponse"
}
-->

# INCreateNoteIntentResponse

Your app’s response to a request to create a note.

```
class INCreateNoteIntentResponse
```

## Overview

Use an [`INCreateNoteIntentResponse`](/documentation/Intents/INCreateNoteIntentResponse) object to return information about the note that your app created. Siri communicates the information from your app’s response to the user at appropriate times.

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

## Topics

### Initializing the Response Object

[`init(code: INCreateNoteIntentResponseCode, userActivity: NSUserActivity?)`](/documentation/Intents/INCreateNoteIntentResponse/init(code:userActivity:))

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

### Getting the Response Code

[`var code: INCreateNoteIntentResponseCode`](/documentation/Intents/INCreateNoteIntentResponse/code)

The code indicating whether you successfully handled the intent.

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

Constants indicating the state of the response.

### Accessing the Note Content

[`var createdNote: INNote?`](/documentation/Intents/INCreateNoteIntentResponse/createdNote)

The details of the note that you created.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

### 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)