INGetAvailableRestaurantReservationBookingsIntentHandling_Extensions.ConfirmAvailableRestaurantReservationBookings 方法

定义

开发人员可以重写此方法,以自定义开发人员的应用可以提供可用预留的确认。

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

参数

This
IINGetAvailableRestaurantReservationBookingsIntentHandling

此方法在其上运行的实例。

intent
INGetAvailableRestaurantReservationBookingsIntent

指定用户的意图。

completion
Action<INGetAvailableRestaurantReservationBookingsIntentResponse>

必须由替代调用的完成方法。

适用于