---
title: INGetAvailableRestaurantReservationBookingDefaultsIntent
framework: intents
role: symbol
role_heading: Class
path: intents/ingetavailablerestaurantreservationbookingdefaultsintent
---

# INGetAvailableRestaurantReservationBookingDefaultsIntent

A request for the default values to use when fetching potential reservation options.

## Declaration

```swift
class INGetAvailableRestaurantReservationBookingDefaultsIntent
```

## Overview

Overview An INGetAvailableRestaurantReservationBookingDefaultsIntent object asks you to provide the set of default options to use when fetching possible reservation times for the specified restaurant. Because restaurants may have different requirements for booking reservations, this intent lets you provide a set of reasonable default values that reflect any restaurant-specific requirements or user tendencies. For example, you use this intent to return the minimum or maximum party size supported by the restaurant. To handle this intent, the handler object in your Intents extension must adopt the INGetAvailableRestaurantReservationBookingDefaultsIntentHandling protocol. Your handler should resolve and confirm any parameters and create an INGetAvailableRestaurantReservationBookingDefaultsIntentResponse object with the found results. Additional Intent Attributes The following table lists additional attributes of this intent object:  |   |   |

## Topics

### Initializing the Intent Object

- [init(restaurant:)](intents/ingetavailablerestaurantreservationbookingdefaultsintent/init(restaurant:).md)

### Accessing the Restaurant Details

- [restaurant](intents/ingetavailablerestaurantreservationbookingdefaultsintent/restaurant.md)

## Relationships

### Inherits From

- [INIntent](intents/inintent.md)

### Conforms To

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

## See Also

### Get Available Restaurant Reservation Booking Defaults

- [INGetAvailableRestaurantReservationBookingDefaultsIntentHandling](intents/ingetavailablerestaurantreservationbookingdefaultsintenthandling.md)
- [INGetAvailableRestaurantReservationBookingDefaultsIntentResponse](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse.md)
