Поделиться через


IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Метод

Определение

Разработчики должны переопределить этот метод и вызвать T:System.Action'1 с INGetRestaurantGuestIntentResponse соответствующим .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

Параметры

intent
INGetRestaurantGuestIntent

Указывает намерение пользователя.

completion
Action<INGetRestaurantGuestIntentResponse>

Метод завершения, который должен вызываться переопределением.

Атрибуты

Применяется к