---
title: partySize
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbookrestaurantreservationintent/partysize
---

# partySize

The total number of people in the user’s party.

## Declaration

```swift
var partySize: Int { get set }
```

## Discussion

Discussion The party size includes the person who initiated the reservation and all additional party members.

## See Also

### Getting the Booking Details

- [bookingDateComponents](intents/inbookrestaurantreservationintent/bookingdatecomponents.md)
- [bookingIdentifier](intents/inbookrestaurantreservationintent/bookingidentifier.md)
- [guest](intents/inbookrestaurantreservationintent/guest.md)
