<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentResponse/minimumPartySize",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INGetAvailableRestaurantReservationBookingDefaultsIntentResponse(py)minimumPartySize"
  },
  "title" : "minimumPartySize"
}
-->

# minimumPartySize

The minimum party size allowed by the restaurant.

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)