INBookRestaurantReservationIntent Class
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.
INIntentResolutionResult for resolving parameters in reservation-related interactions.
[Foundation.Register("INBookRestaurantReservationIntent", true)]
public class INBookRestaurantReservationIntent : Intents.INIntent, IDisposable
[<Foundation.Register("INBookRestaurantReservationIntent", true)>]
type INBookRestaurantReservationIntent = class
inherit INIntent
interface INSCopying
interface INativeObject
interface IDisposable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| INBookRestaurantReservationIntent() |
Creates a new INBookRestaurantReservationIntent with default values. |
| INBookRestaurantReservationIntent(INRestaurant, NSDateComponents, UIntPtr, String, INRestaurantGuest, INRestaurantOffer, String) | |
| INBookRestaurantReservationIntent(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| INBookRestaurantReservationIntent(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| INBookRestaurantReservationIntent(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BookingDateComponents | |
| BookingIdentifier | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DonationMetadata | (Inherited from INIntent) |
| Guest | |
| GuestProvidedSpecialRequestText | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
Gets the INIntentIdentifier that uniquely identifies the intent instance, or |
| IdentifierString | (Inherited from INIntent) |
| IntentDescription | (Inherited from INIntent) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| PartySize | |
| Restaurant | |
| RetainCount | (Inherited from NSObject) |
| SelectedOffer | |
| Self | (Inherited from NSObject) |
| ShortcutAvailability | (Inherited from INIntent) |
| SuggestedInvocationPhrase | (Inherited from INIntent) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |