Your app’s response to a get restaurant guest intent.
SDK
- iOS 10.0+
Framework
- Intents
Declaration
class INGetRestaurantGuestIntentResponse : INIntent Response
Overview
An INGet
object contains the information about the current user along with preferences about whether that user should be associated with any new reservations. You create this response when handling or confirming an INGet
object. Your response should contain information about the current user and information about how that user’s information should be displayed in the interface used to make reservations.
You create an INGet
object in the confirm(get
and handle(get
methods of handler object. For more information about implementing your handler object, see INGet
.
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.