<!--
{
  "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/INCreateNoteIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCreateNoteIntentResponseCode"
  },
  "title" : "INCreateNoteIntentResponseCode"
}
-->

# INCreateNoteIntentResponseCode

Constants indicating the state of the response.

```
enum INCreateNoteIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INCreateNoteIntentResponseCode/unspecified)

The response code was not specified.

[`case ready`](/documentation/Intents/INCreateNoteIntentResponseCode/ready)

You are ready to handle the intent.

[`case inProgress`](/documentation/Intents/INCreateNoteIntentResponseCode/inProgress)

Note creation is still in progress.

[`case success`](/documentation/Intents/INCreateNoteIntentResponseCode/success)

You successfully created the note.

[`case failure`](/documentation/Intents/INCreateNoteIntentResponseCode/failure)

You were unable to create the note.

[`case failureRequiringAppLaunch`](/documentation/Intents/INCreateNoteIntentResponseCode/failureRequiringAppLaunch)

The user must create the note from within your app.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INCreateNoteIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)