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

# INListCarsIntentResponseCode.unspecified

A response code that indicates the absence of a genuine response code.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion You shouldn’t use this response code directly, and doing so results in an error.

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