---
title: rentalCarDescription
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrentalcar/rentalcardescription
---

# rentalCarDescription

A description of the rental car.

## Declaration

```swift
var rentalCarDescription: String? { get }
```

## Discussion

Discussion This property contains a string that describes the rental car, such as “4 door sedan with air conditioning and an automatic transmission”.

## See Also

### Getting the Rental Car Information

- [rentalCompanyName](intents/inrentalcar/rentalcompanyname.md)
- [type](intents/inrentalcar/type.md)
- [make](intents/inrentalcar/make.md)
- [model](intents/inrentalcar/model.md)
