---
title: INGetUserCurrentRestaurantReservationBookingsIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/ingetusercurrentrestaurantreservationbookingsintentresponse
---

# INGetUserCurrentRestaurantReservationBookingsIntentResponse

Your app’s response to a get user current restaurant reservation bookings intent.

## Declaration

```swift
class INGetUserCurrentRestaurantReservationBookingsIntentResponse
```

## Overview

Overview An INGetUserCurrentRestaurantReservationBookingsIntentResponse object contains the current reservations associated with the user and matching the search criteria in the corresponding INGetUserCurrentRestaurantReservationBookingsIntent object. You create instances of this class when confirming or handling an intent object of that type. You create an INGetUserCurrentRestaurantReservationBookingsIntentResponse object in the confirm(getUserCurrentRestaurantReservationBookings:completion:) and handle(getUserCurrentRestaurantReservationBookings:completion:) methods of your handler object. For more information about implementing your handler object, see INGetUserCurrentRestaurantReservationBookingsIntentHandling.

## Topics

### Initializing the Response Object

- [init(userCurrentBookings:code:userActivity:)](intents/ingetusercurrentrestaurantreservationbookingsintentresponse/init(usercurrentbookings:code:useractivity:).md)

### Getting the Response Code

- [code](intents/ingetusercurrentrestaurantreservationbookingsintentresponse/code.md)
- [INGetUserCurrentRestaurantReservationBookingsIntentResponseCode](intents/ingetusercurrentrestaurantreservationbookingsintentresponsecode.md)

### Specifying the User’s Current Reservations

- [userCurrentBookings](intents/ingetusercurrentrestaurantreservationbookingsintentresponse/usercurrentbookings.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

### Get User Current Restaurant Reservation Bookings

- [INGetUserCurrentRestaurantReservationBookingsIntentHandling](intents/ingetusercurrentrestaurantreservationbookingsintenthandling.md)
- [INGetUserCurrentRestaurantReservationBookingsIntent](intents/ingetusercurrentrestaurantreservationbookingsintent.md)
