Partager via


IINGetAvailableRestaurantReservationBookingsIntentHandling.HandleAvailableRestaurantReservationBookings Méthode

Définition

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INGetAvailableRestaurantReservationBookingsIntentResponse approprié à .INGetAvailableRestaurantReservationBookingsIntentintent

[Foundation.Export("handleGetAvailableRestaurantReservationBookings:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleAvailableRestaurantReservationBookings (Intents.INGetAvailableRestaurantReservationBookingsIntent intent, Action<Intents.INGetAvailableRestaurantReservationBookingsIntentResponse> completion);
abstract member HandleAvailableRestaurantReservationBookings : Intents.INGetAvailableRestaurantReservationBookingsIntent * Action<Intents.INGetAvailableRestaurantReservationBookingsIntentResponse> -> unit

Paramètres

intent
INGetAvailableRestaurantReservationBookingsIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INGetAvailableRestaurantReservationBookingsIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à