INGetRestaurantGuestIntentHandling_Extensions.ConfirmRestaurantGuest Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Los desarrolladores pueden invalidar este método para personalizar la confirmación de un invitado para una reserva de restaurante.
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
Parámetros
Instancia en la que opera este método.
- guestIntent
- INGetRestaurantGuestIntent
- completion
- Action<INGetRestaurantGuestIntentResponse>