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

# INSearchForNotebookItemsIntentResponseCode.success

You successfully performed the search.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after performing the search. Put the results of the search in your response object.

## See Also

### Constants

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