---
title: userCurrentBookings
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetusercurrentrestaurantreservationbookingsintentresponse/usercurrentbookings
---

# userCurrentBookings

An array of the user’s current reservations.

## Declaration

```swift
var userCurrentBookings: [INRestaurantReservationUserBooking] { get set }
```

## Discussion

Discussion During the handling phase of the intent, your handler object should put the user’s reservations in this property. If there are no outstanding reservations associated with the user and matching the criteria in the intent object, specify an empty array for this property.
