IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest 方法

定义

开发人员必须重写此方法,并使用 适用于 INGetRestaurantGuestIntentintent的 调用 T:System.Action'1INGetRestaurantGuestIntentResponse

[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>

必须由重写调用的完成方法。

属性

适用于