---
title: restaurantIdentifier
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurant/restaurantidentifier
---

# restaurantIdentifier

A unique identifier for the restaurant.

## Declaration

```swift
var restaurantIdentifier: String { get set }
```

## Discussion

Discussion You provide Apple with unique identifiers for the restaurants that your app supports. When the user selects a restaurant, Apple fills this property with the unique identifier that you provided.

## See Also

### Accessing the Restaurant Information

- [name](intents/inrestaurant/name.md)
- [location](intents/inrestaurant/location.md)
- [vendorIdentifier](intents/inrestaurant/vendoridentifier.md)
