---
title: vehicle
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/vehicle
---

# vehicle

The vehicle assigned to pick up the user.

## Declaration

```swift
@NSCopying var vehicle: INRideVehicle? { get set }
```

## Discussion

Discussion Use this property to specify information about the vehicle assigned to pick up the user. Siri and Maps display vehicle information to the user so that the user can identify the vehicle when it arrives. The default value of this property is nil.

## See Also

### Accessing Ride Information

- [driver](intents/inridestatus/driver.md)
- [rideOption](intents/inridestatus/rideoption.md)
