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

# INSearchCallHistoryIntentResponseCode.ready

Your app is ready to perform the search.

## Declaration

```swift
case ready
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Constants

- [INSearchCallHistoryIntentResponseCode.unspecified](intents/insearchcallhistoryintentresponsecode/unspecified.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)
- [INSearchCallHistoryIntentResponseCode.success](intents/insearchcallhistoryintentresponsecode/success.md)
