---
title: restaurant
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetusercurrentrestaurantreservationbookingsintent/restaurant
---

# restaurant

A restaurant to use as a filter when searching for reservations.

## Declaration

```swift
@NSCopying var restaurant: INRestaurant? { get set }
```

## Discussion

Discussion Use the restaurant information in this property as a filter when searching for the user’s current reservations. Associate any reservation you return with the specified restaurant If this property is nil, your search results can include reservations at any restaurant.

## See Also

### Getting the Search Parameters

- [reservationIdentifier](intents/ingetusercurrentrestaurantreservationbookingsintent/reservationidentifier.md)
