---
title: INStartAudioCallIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/instartaudiocallintentresponsecode/ready
---

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

- [INStartAudioCallIntentResponseCode.unspecified](intents/instartaudiocallintentresponsecode/unspecified.md)
- [INStartAudioCallIntentResponseCode.continueInApp](intents/instartaudiocallintentresponsecode/continueinapp.md)
- [INStartAudioCallIntentResponseCode.failure](intents/instartaudiocallintentresponsecode/failure.md)
- [INStartAudioCallIntentResponseCode.failureRequiringAppLaunch](intents/instartaudiocallintentresponsecode/failurerequiringapplaunch.md)
- [INStartAudioCallIntentResponseCode.failureAppConfigurationRequired](intents/instartaudiocallintentresponsecode/failureappconfigurationrequired.md)
- [INStartAudioCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartaudiocallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartAudioCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartaudiocallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartAudioCallIntentResponseCode.failureNoValidNumber](intents/instartaudiocallintentresponsecode/failurenovalidnumber.md)
