Condividi tramite


IINGetUserCurrentRestaurantReservationBookingsIntentHandling.HandleUserCurrentRestaurantReservationBookings Metodo

Definizione

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INGetUserCurrentRestaurantReservationBookingsIntentResponse oggetto appropriato per .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

Parametri

intent
INGetUserCurrentRestaurantReservationBookingsIntent

Specifica l'intenzione dell'utente.

completion
Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a