<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRestaurant",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRestaurant"
  },
  "title" : "INRestaurant"
}
-->

# INRestaurant

A restaurant for which your app can make and manage reservations.

```
class INRestaurant
```

## Overview

An [`INRestaurant`](/documentation/Intents/INRestaurant) object contains identifying information for a restaurant. You must work with Apple to integrate your restaurant-specific information into the back-end database. Later, when the user selects a restaurant and tries to book a reservation, Apple packages the information you provided into a restaurant object and delivers it to your Intents extension. You use that information to look up the restaurant on your own server and retrieve any necessary information about it.

## Topics

### Initializing a Restaurant Object

[`init(location:name:vendorIdentifier:restaurantIdentifier:)`](/documentation/Intents/INRestaurant/init(location:name:vendorIdentifier:restaurantIdentifier:))

Initializes a restaurant object with some identifying information.

### Accessing the Restaurant Information

[`name`](/documentation/Intents/INRestaurant/name)

The name of the restaurant.

[`location`](/documentation/Intents/INRestaurant/location)

The location of the restaurant.

[`restaurantIdentifier`](/documentation/Intents/INRestaurant/restaurantIdentifier)

A unique identifier for the restaurant.

[`vendorIdentifier`](/documentation/Intents/INRestaurant/vendorIdentifier)

The provider of the restaurant data.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)