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

# INSearchForNotebookItemsIntentResponseCode

Constants indicating the state of the response.

```
enum INSearchForNotebookItemsIntentResponseCode
```

## Topics

### Constants

[`INSearchForNotebookItemsIntentResponseCodeUnspecified`](/documentation/Intents/INSearchForNotebookItemsIntentResponseCode/unspecified)

The response didn’t specify a response code.

[`INSearchForNotebookItemsIntentResponseCodeReady`](/documentation/Intents/INSearchForNotebookItemsIntentResponseCode/ready)

You are ready to handle the intent.

[`INSearchForNotebookItemsIntentResponseCodeInProgress`](/documentation/Intents/INSearchForNotebookItemsIntentResponseCode/inProgress)

You are in the process of searching for the results.

[`INSearchForNotebookItemsIntentResponseCodeSuccess`](/documentation/Intents/INSearchForNotebookItemsIntentResponseCode/success)

You successfully performed the search.

[`INSearchForNotebookItemsIntentResponseCodeFailure`](/documentation/Intents/INSearchForNotebookItemsIntentResponseCode/failure)

You were unable to perform the search.

[`INSearchForNotebookItemsIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INSearchForNotebookItemsIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to perform the search and view the results.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)