---
title: rideOptionName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrequestrideintent/rideoptionname
---

# rideOptionName

The name of the ride option selected by the user.

## Declaration

```swift
@NSCopying var rideOptionName: INSpeakableString? { get }
```

## Discussion

Discussion If the user requested a specific type of ride, this property specifies the name of that ride. Map this string to the INRideOption object that most closely represents your company’s available rides. You can then use the ride option information to select a vehicle to fulfill the ride request. You can define the names of ride options using custom vocabulary terms. For information on how to configure ride option names in your global vocabulary file, see Registering Custom Vocabulary with SiriKit.

## See Also

### Getting the Ride Details

- [partySize](intents/inrequestrideintent/partysize-39k7z.md)
- [pickupLocation](intents/inrequestrideintent/pickuplocation.md)
- [scheduledPickupTime](intents/inrequestrideintent/scheduledpickuptime.md)
- [dropOffLocation](intents/inrequestrideintent/dropofflocation.md)
