Szerkesztés

Megosztás a következőn keresztül:


IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INGetRestaurantGuestIntentResponse appropriate to the INGetRestaurantGuestIntent intent.

[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

Parameters

intent
INGetRestaurantGuestIntent

Specifies the user's intention.

completion
Action<INGetRestaurantGuestIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to