Compartir a través de


IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Método

Definición

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INGetRestaurantGuestIntentResponse adecuado para .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

Parámetros

intent
INGetRestaurantGuestIntent

Especifica la intención del usuario.

completion
Action<INGetRestaurantGuestIntentResponse>

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

Atributos

Se aplica a