IINBookRestaurantReservationIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用适用于 的 INBookRestaurantReservationIntentResponsearg调用completion

[Foundation.Protocol(Name="INBookRestaurantReservationIntentHandling", WrapperType=typeof(Intents.INBookRestaurantReservationIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINBookRestaurantReservationIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINBookRestaurantReservationIntentHandling = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

HandleBookRestaurantReservation(INBookRestaurantReservationIntent, Action<INBookRestaurantReservationIntentResponse>)

开发人员必须重写此方法,并使用 适用于 INBookRestaurantReservationIntentintent的 调用 T:System.Action'1INBookRestaurantReservationIntentResponse

扩展方法

ConfirmBookRestaurantReservation(IINBookRestaurantReservationIntentHandling, INBookRestaurantReservationIntent, Action<INBookRestaurantReservationIntentResponse>)

开发人员可以重写此方法以自定义餐馆预订的确认。

ResolveBookingDate(IINBookRestaurantReservationIntentHandling, INBookRestaurantReservationIntent, Action<INDateComponentsResolutionResult>)

开发人员可以重写此方法以自定义预留日期的解决方法。

ResolveGuest(IINBookRestaurantReservationIntentHandling, INBookRestaurantReservationIntent, Action<INRestaurantGuestResolutionResult>)

开发人员可以重写此方法,以自定义预留中来宾的解决方法。

ResolveGuestProvidedSpecialRequest(IINBookRestaurantReservationIntentHandling, INBookRestaurantReservationIntent, Action<INStringResolutionResult>)

开发人员可以替代此方法,以自定义来宾是否在预留过程中发出了特殊请求的解决方法。

ResolvePartySize(IINBookRestaurantReservationIntentHandling, INBookRestaurantReservationIntent, Action<INIntegerResolutionResult>)

开发人员可以替代此方法,以自定义预订中客人数量的解决方案。

ResolveRestaurant(IINBookRestaurantReservationIntentHandling, INBookRestaurantReservationIntent, Action<INRestaurantResolutionResult>)

开发人员可以替代此方法,以自定义预订餐厅的分辨率。

适用于