A request for the default values to use when fetching potential reservation options.
SDK
- iOS 10.0+
Framework
- Intents
Declaration
class INGetAvailableRestaurantReservationBookingDefaultsIntent : INIntent
Overview
An INGet
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 INGet
protocol. Your handler should resolve and confirm any parameters and create an INGet
object with the results that were found.
Note
This API requires you to work with Apple Maps before your application can use it. For information on how to get started, please go to http://mapsconnect.apple.com.
Additional Intent Attributes
Table 1 lists additional attributes of this intent object.
Get available restaurant reservation booking defaults intent attributes
Attribute | Description |
---|---|
Supported by | Maps |
Always requires unlocked device | Yes |