Compartir a través de


INGetUserCurrentRestaurantReservationBookingsIntentHandling_Extensions.ConfirmUserCurrentRestaurantReservationBookings Método

Definición

Los desarrolladores pueden invalidar este método para personalizar la confirmación del usuario para la reserva actual.

public static void ConfirmUserCurrentRestaurantReservationBookings (this Intents.IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, Intents.INGetUserCurrentRestaurantReservationBookingsIntent intent, Action<Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
static member ConfirmUserCurrentRestaurantReservationBookings : Intents.IINGetUserCurrentRestaurantReservationBookingsIntentHandling * Intents.INGetUserCurrentRestaurantReservationBookingsIntent * Action<Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse> -> unit

Parámetros

This
IINGetUserCurrentRestaurantReservationBookingsIntentHandling

Instancia en la que opera este método.

intent
INGetUserCurrentRestaurantReservationBookingsIntent

Especifica la intención del usuario.

completion
Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>

Método de finalización al que debe llamar la invalidación.

Se aplica a