Condividi tramite


IINGetRestaurantGuestIntentHandling Interfaccia

Definizione

Interfaccia che definisce il metodo del gestore che, se implementato, deve chiamare completion con un INGetRestaurantGuestIntentResponse oggetto appropriato a 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
Attributi
Implementazioni

Proprietà

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi

HandleRestaurantGuest(INGetRestaurantGuestIntent, Action<INGetRestaurantGuestIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INGetRestaurantGuestIntentResponse oggetto appropriato per .INGetRestaurantGuestIntentintent

Metodi di estensione

ConfirmRestaurantGuest(IINGetRestaurantGuestIntentHandling, INGetRestaurantGuestIntent, Action<INGetRestaurantGuestIntentResponse>)

Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la conferma di un ospite per una prenotazione del ristorante.

Si applica a