---
title: name
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrideoption/name
---

# name

The name of this ride option.

## Declaration

```swift
var name: String { get set }
```

## Discussion

Discussion Siri displays this string to the user during the ride selection process and when confirming the ride. The init(name:estimatedPickupDate:) method sets this property at initialization time.

## See Also

### Specifying the Ride Information

- [estimatedPickupDate](intents/inrideoption/estimatedpickupdate.md)
- [disclaimerMessage](intents/inrideoption/disclaimermessage.md)
- [availablePartySizeOptions](intents/inrideoption/availablepartysizeoptions.md)
- [availablePartySizeOptionsSelectionPrompt](intents/inrideoption/availablepartysizeoptionsselectionprompt.md)
