IINGetUserCurrentRestaurantReservationBookingsIntentHandling.HandleUserCurrentRestaurantReservationBookings Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INGetUserCurrentRestaurantReservationBookingsIntentResponse appropriate to the INGetUserCurrentRestaurantReservationBookingsIntent intent.

[Foundation.Export("handleGetUserCurrentRestaurantReservationBookings:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleUserCurrentRestaurantReservationBookings (Intents.INGetUserCurrentRestaurantReservationBookingsIntent intent, Action<Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
abstract member HandleUserCurrentRestaurantReservationBookings : Intents.INGetUserCurrentRestaurantReservationBookingsIntent * Action<Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse> -> unit

Parameters

intent
INGetUserCurrentRestaurantReservationBookingsIntent

Specifies the user's intention.

completion
Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to