---
title: INListCarsIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inlistcarsintentresponsecode
---

# INListCarsIntentResponseCode

Constants that represent the status of a response.

## Declaration

```swift
enum INListCarsIntentResponseCode
```

## Topics

### 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.success](intents/inlistcarsintentresponsecode/success.md)
- [INListCarsIntentResponseCode.unspecified](intents/inlistcarsintentresponsecode/unspecified.md)

### Initializers

- [init(rawValue:)](intents/inlistcarsintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/inlistcarsintentresponse/code.md)
