共用方式為


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

開發人員應該使用此回應碼來指出延伸模組已成功處理意圖。

適用於