INGetRestaurantGuestIntentResponse
Your app’s response to a get restaurant guest intent.
Declaration
class INGetRestaurantGuestIntentResponseOverview
An INGetRestaurantGuestIntentResponse object contains the information about the current user along with preferences about whether to associate that user with any new reservations. You create this response when handling or confirming an INGetUserCurrentRestaurantReservationBookingsIntent object. Your response should contain information about the current user and information about how to display that user’s information in the interface used to make reservations.
You create an INGetRestaurantGuestIntentResponse object in the confirm(getRestaurantGuest:completion:) and handle(getRestaurantGuest:completion:) methods of handler object. For more information about implementing your handler object, see INGetRestaurantGuestIntentHandling.