<!--
{
  "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/INReservationAction",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INReservationAction"
  },
  "title" : "INReservationAction"
}
-->

# INReservationAction

An action a user can perform that’s relevant to a reservation.

```
class INReservationAction
```

## Topics

### Creating a Reservation Action

[`init(type:validDuration:userActivity:)`](/documentation/Intents/INReservationAction/init(type:validDuration:userActivity:))

Creates a new reservation action.

### Getting the Reservation Action Information

[`type`](/documentation/Intents/INReservationAction/type)

The type of action for the reservation.

[`INReservationActionType`](/documentation/Intents/INReservationActionType)

Constants that describe the type of reservation action.

[`userActivity`](/documentation/Intents/INReservationAction/userActivity)

The user activity object used when launching your app.

[`validDuration`](/documentation/Intents/INReservationAction/validDuration)

The date and time range that the action is valid.



---

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)