INGetUserCurrentRestaurantReservationBookingsIntentResponse
Your app’s response to a get user current restaurant reservation bookings intent.
Declaration
class INGetUserCurrentRestaurantReservationBookingsIntentResponseOverview
An INGetUserCurrentRestaurantReservationBookingsIntentResponse object contains the current reservations associated with the user and matching the search criteria in the corresponding INGetUserCurrentRestaurantReservationBookingsIntent object. You create instances of this class when confirming or handling an intent object of that type.
You create an INGetUserCurrentRestaurantReservationBookingsIntentResponse object in the confirm(getUserCurrentRestaurantReservationBookings:completion:) and handle(getUserCurrentRestaurantReservationBookings:completion:) methods of your handler object. For more information about implementing your handler object, see INGetUserCurrentRestaurantReservationBookingsIntentHandling.