Partager via


IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Méthode

Définition

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

[Foundation.Export("handleGetRestaurantGuest:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleRestaurantGuest (Intents.INGetRestaurantGuestIntent intent, Action<Intents.INGetRestaurantGuestIntentResponse> completion);
abstract member HandleRestaurantGuest : Intents.INGetRestaurantGuestIntent * Action<Intents.INGetRestaurantGuestIntentResponse> -> unit

Paramètres

intent
INGetRestaurantGuestIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INGetRestaurantGuestIntentResponse>

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

Attributs

S’applique à