---
title: defaultBookingDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/defaultbookingdate
---

# defaultBookingDate

The default booking date to use when placing the initial reservations request.

## Declaration

```swift
var defaultBookingDate: Date { get }
```

## Discussion

Discussion The value of this property is set automatically at initialization time and can’t be changed later. The value you specify in this property should be the date and time you think the user is most likely to choose. The user can change this date later, but the system uses it when asking your Intents extension to provide an initial set of reservation options. The date should take into account the hours in which the restaurant is open and should also reflect a date when making a reservation is possible. Do not specify a date on which the restaurant is closed or fully booked.

## See Also

### Specifying the Default Values

- [defaultPartySize](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/defaultpartysize.md)
- [maximumPartySize](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/maximumpartysize.md)
- [minimumPartySize](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/minimumpartysize.md)
- [providerImage](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse/providerimage.md)
