---
title: INSearchForPhotosIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforphotosintentresponsecode/ready
---

# INSearchForPhotosIntentResponseCode.ready

You’re ready to handle the intent.

## 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

- [INSearchForPhotosIntentResponseCode.unspecified](intents/insearchforphotosintentresponsecode/unspecified.md)
- [INSearchForPhotosIntentResponseCode.continueInApp](intents/insearchforphotosintentresponsecode/continueinapp.md)
- [INSearchForPhotosIntentResponseCode.failure](intents/insearchforphotosintentresponsecode/failure.md)
- [INSearchForPhotosIntentResponseCode.failureRequiringAppLaunch](intents/insearchforphotosintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForPhotosIntentResponseCode.failureAppConfigurationRequired](intents/insearchforphotosintentresponsecode/failureappconfigurationrequired.md)
