---
title: INListCarsIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inlistcarsintentresponsecode/ready
---

# INListCarsIntentResponseCode.ready

A response code that indicates you’re ready to provide a list of the user’s electric vehicles.

## Declaration

```swift
case ready
```

## Discussion

Discussion Use this code during the confirmation phase of intent handling to affirm you’re ready and able to act on the intent. The system generates an error if you use this code during the handling phase.

## See Also

### Constants

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