Compartir a través de


IINGetRestaurantGuestIntentHandling Interfaz

Definición

Interfaz que define el método de controlador que, cuando se implementa, debe llamar a completion con un INGetRestaurantGuestIntentResponse adecuado para arg.

[Foundation.Protocol(Name="INGetRestaurantGuestIntentHandling", WrapperType=typeof(Intents.INGetRestaurantGuestIntentHandlingWrapper))]
[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 IINGetRestaurantGuestIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetRestaurantGuestIntentHandling = interface
    interface INativeObject
    interface IDisposable
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

HandleRestaurantGuest(INGetRestaurantGuestIntent, Action<INGetRestaurantGuestIntentResponse>)

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INGetRestaurantGuestIntentResponse adecuado para .INGetRestaurantGuestIntentintent

Métodos de extensión

ConfirmRestaurantGuest(IINGetRestaurantGuestIntentHandling, INGetRestaurantGuestIntent, Action<INGetRestaurantGuestIntentResponse>)

Los desarrolladores pueden invalidar este método para personalizar la confirmación de un invitado para una reserva de restaurante.

Se aplica a