IINGetUserCurrentRestaurantReservationBookingsIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INGetUserCurrentRestaurantReservationBookingsIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INGetUserCurrentRestaurantReservationBookingsIntentHandling", WrapperType=typeof(Intents.INGetUserCurrentRestaurantReservationBookingsIntentHandlingWrapper))]
[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 interface IINGetUserCurrentRestaurantReservationBookingsIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetUserCurrentRestaurantReservationBookingsIntentHandling = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleUserCurrentRestaurantReservationBookings(INGetUserCurrentRestaurantReservationBookingsIntent, Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INGetUserCurrentRestaurantReservationBookingsIntentResponse appropriate to the INGetUserCurrentRestaurantReservationBookingsIntent intent.

Extension Methods

ConfirmUserCurrentRestaurantReservationBookings(IINGetUserCurrentRestaurantReservationBookingsIntentHandling, INGetUserCurrentRestaurantReservationBookingsIntent, Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse>)

Developers may override this method to customize the confirmation of the user for the current reservation.

ResolveUserCurrentRestaurantReservationBookings(IINGetUserCurrentRestaurantReservationBookingsIntentHandling, INGetUserCurrentRestaurantReservationBookingsIntent, Action<INRestaurantResolutionResult>)

Developers may override this method to customize the resolution of the user for the current reservation.

Applies to