IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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