---
title: INSearchForNotebookItemsIntentResponseCode.unspecified
framework: intents
role: symbol
role_heading: Case
path: intents/insearchfornotebookitemsintentresponsecode/unspecified
---

# INSearchForNotebookItemsIntentResponseCode.unspecified

The response didn’t specify a response code.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [INSearchForNotebookItemsIntentResponseCode.ready](intents/insearchfornotebookitemsintentresponsecode/ready.md)
- [INSearchForNotebookItemsIntentResponseCode.inProgress](intents/insearchfornotebookitemsintentresponsecode/inprogress.md)
- [INSearchForNotebookItemsIntentResponseCode.success](intents/insearchfornotebookitemsintentresponsecode/success.md)
- [INSearchForNotebookItemsIntentResponseCode.failure](intents/insearchfornotebookitemsintentresponsecode/failure.md)
- [INSearchForNotebookItemsIntentResponseCode.failureRequiringAppLaunch](intents/insearchfornotebookitemsintentresponsecode/failurerequiringapplaunch.md)
