INBookRestaurantReservationIntentCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the results of an 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 =
- Inheritance
-
INBookRestaurantReservationIntentCode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Developers should use this response code to indicate that the extension successfully processed the intent. |
Denied | 1 | The processing completed, but the booking was not made. |
Failure | 2 | Developers should use this code to indicate that they failed to process the intent. |
FailureRequiringAppLaunch | 3 | Developers should use this code to indicate that they failed to process the intent and further processing must be done in the app. |
FailureRequiringAppLaunchMustVerifyCredentials | 4 | Developers should use this code to indicate that the companion app must verify the user's credentals. |
FailureRequiringAppLaunchServiceTemporarilyUnavailable | 5 | Developers should use this code to indicate that the required service is temporarily unavailable and continuation requires the companion app. |