INGetAvailableRestaurantReservationBookingsIntentCode 枚举

定义

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INGetAvailableRestaurantReservationBookingsIntentCode
type INGetAvailableRestaurantReservationBookingsIntentCode = 
继承
INGetAvailableRestaurantReservationBookingsIntentCode
属性

字段

Failure 1

开发人员应使用此代码来指示他们未能处理意向。

FailureRequestUnsatisfiable 2

开发人员应使用此代码来指示在处理成功时,没有满足请求的可用预订。

FailureRequestUnspecified 3

开发人员应使用此代码来识别未指定原因的故障。

Success 0

开发人员应使用此响应代码来指示扩展已成功处理意向。

适用于