---
title: INGetCarPowerLevelStatusIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/ingetcarpowerlevelstatusintentresponsecode/ready
---

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

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