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

# driver

The driver providing the ride.

## Declaration

```swift
@NSCopying var driver: INRideDriver? { get set }
```

## Discussion

Discussion Use this property to specify information about the driver of the vehicle that is picking up the user. Siri displays the driver’s picture and telephone number to the user, who can use that identify and contact the driver. The default value of this property is nil.

## See Also

### Accessing Ride Information

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