---
title: INStartCallIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/instartcallintentresponsecode/ready
---

# INStartCallIntentResponseCode.ready

A response code that indicates app readiness.

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

- [INStartCallIntentResponseCode.unspecified](intents/instartcallintentresponsecode/unspecified.md)
- [INStartCallIntentResponseCode.continueInApp](intents/instartcallintentresponsecode/continueinapp.md)
- [INStartCallIntentResponseCode.userConfirmationRequired](intents/instartcallintentresponsecode/userconfirmationrequired.md)
- [INStartCallIntentResponseCode.failure](intents/instartcallintentresponsecode/failure.md)
- [INStartCallIntentResponseCode.failureRequiringAppLaunch](intents/instartcallintentresponsecode/failurerequiringapplaunch.md)
- [INStartCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartcallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartcallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartCallIntentResponseCode.failureAirplaneModeEnabled](intents/instartcallintentresponsecode/failureairplanemodeenabled.md)
- [INStartCallIntentResponseCode.failureUnableToHandOff](intents/instartcallintentresponsecode/failureunabletohandoff.md)
- [INStartCallIntentResponseCode.failureAppConfigurationRequired](intents/instartcallintentresponsecode/failureappconfigurationrequired.md)
- [INStartCallIntentResponseCode.failureCallInProgress](intents/instartcallintentresponsecode/failurecallinprogress.md)
