---
title: availableBookings
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingsintentresponse/availablebookings
---

# availableBookings

An array of available time slots for the reservation.

## Declaration

```swift
var availableBookings: [INRestaurantReservationBooking] { get }
```

## Discussion

Discussion This property contains the details of the reservation time slots that you are offering to the user. Offering a time slot does not by itself complete the booking process. The user must choose a time slot, at which time the system sends your Intents extension a INBookRestaurantReservationIntent object, which you use to complete the booking process. The value of this property is set automatically at initialization time and can’t be changed later.
