---
title: INGetUserCurrentRestaurantReservationBookingsIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/ingetusercurrentrestaurantreservationbookingsintenthandling
---

# INGetUserCurrentRestaurantReservationBookingsIntentHandling

The handler interface for fetching and delivering the user’s current reservations.

## Declaration

```swift
protocol INGetUserCurrentRestaurantReservationBookingsIntentHandling : NSObjectProtocol
```

## Overview

Overview Use the methods of the INGetUserCurrentRestaurantReservationBookingsIntentHandling protocol to resolve, confirm, and handle requests to get the reservations associated with the current user. The system delivers an INGetUserCurrentRestaurantReservationBookingsIntent object to your handler when it needs the user’s reservations. Use that intent object to determine whether to retrieve all of the user’s reservations or only some of them. Your Intents extension must be able to fetch the user’s reservations from your systems. Maps does not require you to resolve or confirm the contents of a get user current restaurant reservation bookings intent before handling it. User interactions drive the selection of data in Maps, ensuring that the data Maps places into an intent object is already valid.

## Topics

### Resolving the Intent Parameters

- [resolveRestaurant(for:completion:)](intents/ingetusercurrentrestaurantreservationbookingsintenthandling/resolverestaurant(for:completion:).md)

### Confirming the Response

- [confirm(getUserCurrentRestaurantReservationBookings:completion:)](intents/ingetusercurrentrestaurantreservationbookingsintenthandling/confirm(getusercurrentrestaurantreservationbookings:completion:).md)

### Handling the Intent

- [handle(getUserCurrentRestaurantReservationBookings:completion:)](intents/ingetusercurrentrestaurantreservationbookingsintenthandling/handle(getusercurrentrestaurantreservationbookings:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Get User Current Restaurant Reservation Bookings

- [INGetUserCurrentRestaurantReservationBookingsIntent](intents/ingetusercurrentrestaurantreservationbookingsintent.md)
- [INGetUserCurrentRestaurantReservationBookingsIntentResponse](intents/ingetusercurrentrestaurantreservationbookingsintentresponse.md)
