Compartir a través de


IINGetUserCurrentRestaurantReservationBookingsIntentHandling.HandleUserCurrentRestaurantReservationBookings Método

Definición

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INGetUserCurrentRestaurantReservationBookingsIntentResponse adecuado para .INGetUserCurrentRestaurantReservationBookingsIntentintent

[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

Parámetros

intent
INGetUserCurrentRestaurantReservationBookingsIntent

Especifica la intención del usuario.

completion
Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a