<!--
{
  "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

[`-  initWithPhoneNumber: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.

[`-  initWithHandle: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.

[`-  initWithHandle: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

[`-  initWithPersonHandle: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.

## Relationships

### Conforms To

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`INSpeakable`](/documentation/Intents/INSpeakable)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`INPerson`](/documentation/Intents/INPerson)

---

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)