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

# INGetReservationDetailsIntentResponse

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

```
class INGetReservationDetailsIntentResponse
```

## Overview

Use an [`INGetReservationDetailsIntentResponse`](/documentation/Intents/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`](/documentation/Intents/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:)`](/documentation/Intents/INGetReservationDetailsIntentResponse/init(code:userActivity:))

Creates the response object with the specified code and user activity object.

### Accessing the Reservations

[`reservations`](/documentation/Intents/INGetReservationDetailsIntentResponse/reservations)

An array containing reservations reqeusted by the user.

### Getting the Response Code

[`code`](/documentation/Intents/INGetReservationDetailsIntentResponse/code)

The code that indicates whether your app successfully handled the intent.

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

Constants that indicate the status of the request for reservations 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)