Contents

INGetAvailableRestaurantReservationBookingDefaultsIntent

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

Declaration

class INGetAvailableRestaurantReservationBookingDefaultsIntent

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:

Attribute

Description

Supported by

Maps

Always requires unlocked device

Yes

Topics

Initializing the Intent Object

Accessing the Restaurant Details

See Also

Get Available Restaurant Reservation Booking Defaults