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

# INGetRestaurantGuestIntent

A request for information about the guest who is making reservations.

```
class INGetRestaurantGuestIntent
```

## Overview

An [`INGetRestaurantGuestIntent`](/documentation/Intents/INGetRestaurantGuestIntent) object is a request for information about the person whose name should appear on reservations. Maps sends this intent to your Intents extension when it wants information about the person making reservations. Your response contains the identity of the person making the reservation. The response can also contain information about whether your service allows the user to modify the identity of the guest. For example, you can specify whether your service allows one user to book reservations on behalf of another user.

To handle this intent, the handler object in your Intents extension must adopt the [`INGetRestaurantGuestIntentHandling`](/documentation/Intents/INGetRestaurantGuestIntentHandling) protocol. Your handler should create an [`INGetRestaurantGuestIntentResponse`](/documentation/Intents/INGetRestaurantGuestIntentResponse) object with information about the guest and your app’s preferences for modifying that guest’s identity.

### Additional Intent Attributes

The following table lists additional attributes of this intent object:

|Attribute                      |Description|
|-------------------------------|-----------|
|Supported by                   |Maps       |
|Always requires unlocked device|Yes        |

---

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)