---
title: INSearchForBillsIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforbillsintentresponsecode/ready
---

# INSearchForBillsIntentResponseCode.ready

You’re ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion Return this response code during the confirmation phase after you’ve verified that you’re able to perform the search. Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [INSearchForBillsIntentResponseCode.unspecified](intents/insearchforbillsintentresponsecode/unspecified.md)
- [INSearchForBillsIntentResponseCode.inProgress](intents/insearchforbillsintentresponsecode/inprogress.md)
- [INSearchForBillsIntentResponseCode.success](intents/insearchforbillsintentresponsecode/success.md)
- [INSearchForBillsIntentResponseCode.failure](intents/insearchforbillsintentresponsecode/failure.md)
- [INSearchForBillsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforbillsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForBillsIntentResponseCode.failureCredentialsUnverified](intents/insearchforbillsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForBillsIntentResponseCode.failureBillNotFound](intents/insearchforbillsintentresponsecode/failurebillnotfound.md)
