INGetRestaurantGuestIntentHandling_Extensions.ConfirmRestaurantGuest 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 may override this method to customize the confirmation of a guest for a restaurant reservation.
public static void ConfirmRestaurantGuest (this Intents.IINGetRestaurantGuestIntentHandling This, Intents.INGetRestaurantGuestIntent guestIntent, Action<Intents.INGetRestaurantGuestIntentResponse> completion);
static member ConfirmRestaurantGuest : Intents.IINGetRestaurantGuestIntentHandling * Intents.INGetRestaurantGuestIntent * Action<Intents.INGetRestaurantGuestIntentResponse> -> unit
Parameters
The instance on which this method operates.
- guestIntent
- INGetRestaurantGuestIntent
- completion
- Action<INGetRestaurantGuestIntentResponse>