INGetRestaurantGuestIntentHandling_Extensions.ConfirmRestaurantGuest Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la conferma di un ospite per una prenotazione del ristorante.
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
Parametri
Istanza in cui funziona questo metodo.
- guestIntent
- INGetRestaurantGuestIntent
- completion
- Action<INGetRestaurantGuestIntentResponse>