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

# INReservation

An object that describes a reservation.

```
class INReservation
```

## Overview

Don’t create instances of this class directly. Instead, use the subclass associated with the type of reservation created.

## Topics

### Describing the Reservation

[`reservationHolderName`](/documentation/Intents/INReservation/reservationHolderName)

The reservation holder’s name.

[`reservationNumber`](/documentation/Intents/INReservation/reservationNumber)

The reservation number.

[`reservationStatus`](/documentation/Intents/INReservation/reservationStatus)

The current status of the reservation.

[`bookingTime`](/documentation/Intents/INReservation/bookingTime)

The date and time the user booked the reservation.

[`itemReference`](/documentation/Intents/INReservation/itemReference)

A unique reference for the reservation.

[`actions`](/documentation/Intents/INReservation/actions)

An array containing actions the user can perform on the reservation.

[`url`](/documentation/Intents/INReservation/url)

A webpage the user can access to view reservation details.



---

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)