IINGetRestaurantGuestIntentHandling Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 .INGetRestaurantGuestIntent |
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. |