---
title: make
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incar/make
---

# make

The electric vehicle’s manufacturer.

## Declaration

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

## Discussion

Discussion Maps displays this value when it presents information about the electric vehicle.

## See Also

### Getting the Car’s Attributes

- [model](intents/incar/model.md)
- [color](intents/incar/color.md)
- [year](intents/incar/year.md)
