INGetAvailableRestaurantReservationBookingsIntentCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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 | 開發人員應該使用此回應碼來指出延伸模組已成功處理意圖。 |