INBookRestaurantReservationIntentCode 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の結果を列挙します INBookRestaurantReservationIntent。
[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 enum INBookRestaurantReservationIntentCode
type INBookRestaurantReservationIntentCode =
- 継承
-
INBookRestaurantReservationIntentCode
- 属性
フィールド
Denied | 1 | 処理は完了しましたが、予約は行われませんでした。 |
Failure | 2 | 開発者は、このコードを使用して、意図の処理に失敗したことを示す必要があります。 |
FailureRequiringAppLaunch | 3 | 開発者は、このコードを使用して、意図を処理できなかったことを示し、アプリでそれ以上の処理を行う必要があります。 |
FailureRequiringAppLaunchMustVerifyCredentials | 4 | 開発者は、このコードを使用して、コンパニオン アプリがユーザーの折り目を検証する必要があることを示す必要があります。 |
FailureRequiringAppLaunchServiceTemporarilyUnavailable | 5 | 開発者は、このコードを使用して、必要なサービスが一時的に使用できず、継続にコンパニオン アプリが必要であることを示す必要があります。 |
Success | 0 | 開発者は、拡張機能が意図を正常に処理したことを示すために、この応答コードを使用する必要があります。 |