<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRideDriver",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRideDriver"
  },
  "title" : "INRideDriver"
}
-->

# INRideDriver

Identifying information about a driver of a ride service.

```
class INRideDriver
```

## Overview

An [`INRideDriver`](/documentation/Intents/INRideDriver) object encapsulates information about a driver associated with your ride service. This object stores basic information about the driver, including the driver’s name, picture, and phone number. You create an [`INRideDriver`](/documentation/Intents/INRideDriver) object and assign it to the [`driver`](/documentation/Intents/INRideStatus/driver) property of a [`INRideStatus`](/documentation/Intents/INRideStatus) object when the user books a ride or when you update the status of an existing ride. SiriKit displays the driver information to the user at appropriate times.

This class is a subclass of [`INPerson`](/documentation/Intents/INPerson) and contains properties that are relevant only for ride-booking services. For additional driver properties, see [`INPerson`](/documentation/Intents/INPerson).

## Topics

### Initializing a Ride Driver Object

[`init(phoneNumber:nameComponents:displayName:image:rating:)`](/documentation/Intents/INRideDriver/init(phoneNumber:nameComponents:displayName:image:rating:))

Initializes and returns a ride driver object using a set of name components and other driver information.

[`init(handle:displayName:image:rating:phoneNumber:)`](/documentation/Intents/INRideDriver/init(handle:displayName:image:rating:phoneNumber:))

Initializes and returns a ride driver object using a display name and other driver information.

[`init(handle:nameComponents:image:rating:phoneNumber:)`](/documentation/Intents/INRideDriver/init(handle:nameComponents:image:rating:phoneNumber:))

Initializes and returns a ride driver object using a set of name components and other driver information

[`init(personHandle:nameComponents:displayName:image:rating:phoneNumber:)`](/documentation/Intents/INRideDriver/init(personHandle:nameComponents:displayName:image:rating:phoneNumber:))

Initializes and returns a ride driver object using a set of name components and other driver information.

### Getting the Driver Information

[`rating`](/documentation/Intents/INRideDriver/rating)

The driver’s current rating.

[`phoneNumber`](/documentation/Intents/INRideDriver/phoneNumber)

The driver’s phone number.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)