---
title: INGetReservationDetailsIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/ingetreservationdetailsintentresponse
---

# INGetReservationDetailsIntentResponse

Your app’s response to a request for reservation details.

## Declaration

```swift
class INGetReservationDetailsIntentResponse
```

## Mentioned in

Donating Reservations

## Overview

Overview Use an INGetReservationDetailsIntentResponse object to specify the results of a user requesting reservation details in your app. After getting the reservation details action using the criteria specified in the INGetReservationDetailsIntent object, create an instance of this class with the results of the action. Siri can then use this information for system integrations, such as populating the calendar with an event.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/ingetreservationdetailsintentresponse/init(code:useractivity:).md)

### Accessing the Reservations

- [reservations](intents/ingetreservationdetailsintentresponse/reservations.md)

### Getting the Response Code

- [code](intents/ingetreservationdetailsintentresponse/code.md)
- [INGetReservationDetailsIntentResponseCode](intents/ingetreservationdetailsintentresponsecode.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Reservation Details

- [INGetReservationDetailsIntent](intents/ingetreservationdetailsintent.md)
