Compartilhar via


IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INGetRestaurantGuestIntentResponse apropriado para o 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 a intenção do usuário.

completion
Action<INGetRestaurantGuestIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Atributos

Aplica-se a