Contents

INGetRestaurantGuestIntentHandling

The handler interface for fetching information about the person making a reservation.

Declaration

protocol INGetRestaurantGuestIntentHandling : NSObjectProtocol

Overview

Use the methods of the INGetRestaurantGuestIntentHandling protocol to confirm and handle requests to return information about the person making a reservation. The system delivers an INGetRestaurantGuestIntent object to your handler when the user begins the process of making a reservation. Your handler object should return information about the current user along with preferences about how the system should display that user’s information. Your handler is also responsible for specifying whether the user information displayed by the system is changable before assigning it to the reservation.

Maps does not require you to confirm the contents of a get restaurant guest 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

Confirming the Response

Handling the Intent

See Also

Get Restaurant Guest