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

# rideOption

Information about the type of ride that you are offering to the user.

```
@NSCopying var rideOption: INRideOption? { get set }
```

## Discussion

Use this property to identify the type of ride that the user selected. An [`INRideOption`](/documentation/Intents/INRideOption) object contains pricing information, disclaimers, and information about the number of people that the ride can accommodate. Siri and Maps display this information to the user as needed.

The default value of this property is `nil`.

---

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)