---
title: INGetVisualCodeIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/ingetvisualcodeintentresponsecode/ready
---

# INGetVisualCodeIntentResponseCode.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 fulfill the intent. Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [INGetVisualCodeIntentResponseCode.unspecified](intents/ingetvisualcodeintentresponsecode/unspecified.md)
- [INGetVisualCodeIntentResponseCode.continueInApp](intents/ingetvisualcodeintentresponsecode/continueinapp.md)
- [INGetVisualCodeIntentResponseCode.inProgress](intents/ingetvisualcodeintentresponsecode/inprogress.md)
- [INGetVisualCodeIntentResponseCode.success](intents/ingetvisualcodeintentresponsecode/success.md)
- [INGetVisualCodeIntentResponseCode.failure](intents/ingetvisualcodeintentresponsecode/failure.md)
- [INGetVisualCodeIntentResponseCode.failureRequiringAppLaunch](intents/ingetvisualcodeintentresponsecode/failurerequiringapplaunch.md)
- [INGetVisualCodeIntentResponseCode.failureAppConfigurationRequired](intents/ingetvisualcodeintentresponsecode/failureappconfigurationrequired.md)
