---
title: INSearchForMediaIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insearchformediaintentresponsecode/ready
---

# INSearchForMediaIntentResponseCode.ready

The 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

### Response Code

- [INSearchForMediaIntentResponseCode.unspecified](intents/insearchformediaintentresponsecode/unspecified.md)
- [INSearchForMediaIntentResponseCode.continueInApp](intents/insearchformediaintentresponsecode/continueinapp.md)
- [INSearchForMediaIntentResponseCode.inProgress](intents/insearchformediaintentresponsecode/inprogress.md)
- [INSearchForMediaIntentResponseCode.success](intents/insearchformediaintentresponsecode/success.md)
- [INSearchForMediaIntentResponseCode.failure](intents/insearchformediaintentresponsecode/failure.md)
- [INSearchForMediaIntentResponseCode.failureRequiringAppLaunch](intents/insearchformediaintentresponsecode/failurerequiringapplaunch.md)
