---
title: minimumPartySize
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/minimumpartysize
---

# minimumPartySize

The minimum party size allowed by the restaurant.

## Declaration

```swift
@NSCopying var minimumPartySize: NSNumber? { get set }
```

## Discussion

Discussion Use this property to specify the minimum party size that the restaurant allows. The system provides the user with this information and prevents the user from booking reservations when the party size is below this value. Specify nil for this property if there is no minimum party size for the restaurant.

## See Also

### Specifying the Default Values

- [defaultBookingDate](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/defaultbookingdate.md)
- [defaultPartySize](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/defaultpartysize.md)
- [maximumPartySize](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/maximumpartysize.md)
- [providerImage](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/providerimage.md)
