---
title: INGetCarLockStatusIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/ingetcarlockstatusintentresponsecode/ready
---

# INGetCarLockStatusIntentResponseCode.ready

A response code indicating that you are 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

- [INGetCarLockStatusIntentResponseCode.failure](intents/ingetcarlockstatusintentresponsecode/failure.md)
- [INGetCarLockStatusIntentResponseCode.failureRequiringAppLaunch](intents/ingetcarlockstatusintentresponsecode/failurerequiringapplaunch.md)
- [INGetCarLockStatusIntentResponseCode.inProgress](intents/ingetcarlockstatusintentresponsecode/inprogress.md)
- [INGetCarLockStatusIntentResponseCode.success](intents/ingetcarlockstatusintentresponsecode/success.md)
- [INGetCarLockStatusIntentResponseCode.unspecified](intents/ingetcarlockstatusintentresponsecode/unspecified.md)
