---
title: INSearchCallHistoryIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insearchcallhistoryintentresponsecode/success
---

# INSearchCallHistoryIntentResponseCode.success

Your app successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion During confirmation, use this code to indicate that you’re able to perform the search. During handling, use this code if you performed the search successfully and are ready to hand the results over to your app to display.

## See Also

### Constants

- [INSearchCallHistoryIntentResponseCode.unspecified](intents/insearchcallhistoryintentresponsecode/unspecified.md)
- [INSearchCallHistoryIntentResponseCode.ready](intents/insearchcallhistoryintentresponsecode/ready.md)
- [INSearchCallHistoryIntentResponseCode.continueInApp](intents/insearchcallhistoryintentresponsecode/continueinapp.md)
- [INSearchCallHistoryIntentResponseCode.failure](intents/insearchcallhistoryintentresponsecode/failure.md)
- [INSearchCallHistoryIntentResponseCode.failureRequiringAppLaunch](intents/insearchcallhistoryintentresponsecode/failurerequiringapplaunch.md)
- [INSearchCallHistoryIntentResponseCode.failureAppConfigurationRequired](intents/insearchcallhistoryintentresponsecode/failureappconfigurationrequired.md)
- [INSearchCallHistoryIntentResponseCode.inProgress](intents/insearchcallhistoryintentresponsecode/inprogress.md)
