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

# rideOption

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

## Declaration

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

## Mentioned in

Providing Live Status Updates

## Discussion

Discussion Use this property to identify the type of ride that the user selected. An 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.

## See Also

### Accessing Ride Information

- [vehicle](intents/inridestatus/vehicle.md)
- [driver](intents/inridestatus/driver.md)
