---
title: isBookingAvailable
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationbooking/isbookingavailable
---

# isBookingAvailable

A Boolean value indicating whether the time slot is available for booking.

## Declaration

```swift
var isBookingAvailable: Bool { get set }
```

## Discussion

Discussion The default value of this property is true. Change it to false if the specified time slot is unavailable, either because the restaurant is fully booked at that time or because it cannot accommodate a party of the specified size at that time.

## See Also

### Accessing the Booking Information

- [bookingIdentifier](intents/inrestaurantreservationbooking/bookingidentifier.md)
- [bookingDate](intents/inrestaurantreservationbooking/bookingdate.md)
- [bookingDescription](intents/inrestaurantreservationbooking/bookingdescription.md)
