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

# INListCarsIntentResponseCode.success

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

## Declaration

```swift
case success
```

## Discussion

Discussion Only use this code when you’re able to successfully provide a list of the user’s electric vehicles.

## See Also

### Constants

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