Compartilhar via


IINGetRestaurantGuestIntentHandling Interface

Definição

Interface que define o método do manipulador que, quando implementado, deve chamar completion com um INGetRestaurantGuestIntentResponse apropriado 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
Implementações

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

HandleRestaurantGuest(INGetRestaurantGuestIntent, Action<INGetRestaurantGuestIntentResponse>)

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INGetRestaurantGuestIntentResponse apropriado para o INGetRestaurantGuestIntentintent.

Métodos de Extensão

ConfirmRestaurantGuest(IINGetRestaurantGuestIntentHandling, INGetRestaurantGuestIntent, Action<INGetRestaurantGuestIntentResponse>)

Os desenvolvedores podem substituir esse método para personalizar a confirmação de um convidado para uma reserva de restaurante.

Aplica-se a