---
title: INReservationActionType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inreservationactiontype
---

# INReservationActionType

Constants that describe the type of reservation action.

## Declaration

```swift
enum INReservationActionType
```

## Topics

### Action Type

- [INReservationActionType.unknown](intents/inreservationactiontype/unknown.md)
- [INReservationActionType.checkIn](intents/inreservationactiontype/checkin.md)

### Initializers

- [init(rawValue:)](intents/inreservationactiontype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Reservation Action Information

- [type](intents/inreservationaction/type.md)
- [userActivity](intents/inreservationaction/useractivity.md)
- [validDuration](intents/inreservationaction/validduration.md)
