---
title: actions
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inreservation/actions
---

# actions

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

## Declaration

```swift
var actions: [INReservationAction]? { get }
```

## See Also

### Describing the Reservation

- [reservationHolderName](intents/inreservation/reservationholdername.md)
- [reservationNumber](intents/inreservation/reservationnumber.md)
- [reservationStatus](intents/inreservation/reservationstatus.md)
- [bookingTime](intents/inreservation/bookingtime.md)
- [itemReference](intents/inreservation/itemreference.md)
- [url](intents/inreservation/url.md)
