INGetAvailableRestaurantReservationBookingsIntentHandling_Extensions.ConfirmAvailableRestaurantReservationBookings Method

Definition

Developers may override this method to customize the confirmation that the developer's app can provide available reservations.

public static void ConfirmAvailableRestaurantReservationBookings (this Intents.IINGetAvailableRestaurantReservationBookingsIntentHandling This, Intents.INGetAvailableRestaurantReservationBookingsIntent intent, Action<Intents.INGetAvailableRestaurantReservationBookingsIntentResponse> completion);
static member ConfirmAvailableRestaurantReservationBookings : Intents.IINGetAvailableRestaurantReservationBookingsIntentHandling * Intents.INGetAvailableRestaurantReservationBookingsIntent * Action<Intents.INGetAvailableRestaurantReservationBookingsIntentResponse> -> unit

Parameters

This
IINGetAvailableRestaurantReservationBookingsIntentHandling

The instance on which this method operates.

intent
INGetAvailableRestaurantReservationBookingsIntent

Specifies the user's intention.

completion
Action<INGetAvailableRestaurantReservationBookingsIntentResponse>

Completion method that must be called by the override.

Applies to