IINGetRestaurantGuestIntentHandling.HandleRestaurantGuest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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