INBookRestaurantReservationIntentHandling_Extensions.ConfirmBookRestaurantReservation Method

Definition

Developers may override this method to customize the confirmation of a restaurant reservation.

public static void ConfirmBookRestaurantReservation (this Intents.IINBookRestaurantReservationIntentHandling This, Intents.INBookRestaurantReservationIntent intent, Action<Intents.INBookRestaurantReservationIntentResponse> completion);
static member ConfirmBookRestaurantReservation : Intents.IINBookRestaurantReservationIntentHandling * Intents.INBookRestaurantReservationIntent * Action<Intents.INBookRestaurantReservationIntentResponse> -> unit

Parameters

This
IINBookRestaurantReservationIntentHandling

The instance on which this method operates.

intent
INBookRestaurantReservationIntent

Specifies the user's intention.

completion
Action<INBookRestaurantReservationIntentResponse>

Completion method that must be called by the override.

Applies to