Szerkesztés

Megosztás a következőn keresztül:


INGetUserCurrentRestaurantReservationBookingsIntentHandling_Extensions.ConfirmUserCurrentRestaurantReservationBookings Method

Definition

Developers may override this method to customize the confirmation of the user for the current reservation.

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

Parameters

This
IINGetUserCurrentRestaurantReservationBookingsIntentHandling

The instance on which this method operates.

intent
INGetUserCurrentRestaurantReservationBookingsIntent

Specifies the user's intention.

completion
Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>

Completion method that must be called by the override.

Applies to