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

# availablePartySizeOptionsSelectionPrompt

The localized text to display for selecting party size options.

## Declaration

```swift
var availablePartySizeOptionsSelectionPrompt: String? { get set }
```

## Mentioned in

Generating a List of Ride Options

## Discussion

Discussion Use this property to customize the text that Siri and Maps display to the user for party size selection. Display the text you provide as an option for the user to tap in the Siri or Maps interface. When tapped, display the party size options from the availablePartySizeOptions property so that the user can select one.

## See Also

### Specifying the Ride Information

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