IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Interface que define o método do manipulador que, quando implementado, deve chamar completion
com um INGetAvailableRestaurantReservationBookingDefaultsIntentResponse apropriado para o intent
.
[Foundation.Protocol(Name="INGetAvailableRestaurantReservationBookingDefaultsIntentHandling", WrapperType=typeof(Intents.INGetAvailableRestaurantReservationBookingDefaultsIntentHandlingWrapper))]
[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 IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling = 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
HandleAvailableRestaurantReservationBookingDefaults(INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) |
Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INGetAvailableRestaurantReservationBookingDefaultsIntentResponse apropriado para o INGetAvailableRestaurantReservationBookingDefaultsIntent |
Métodos de Extensão
ConfirmAvailableRestaurantReservationBookingDefaults(IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling, INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) |
Os desenvolvedores podem substituir esse método para personalizar a confirmação dos padrões de reserva. |
ResolveAvailableRestaurantReservationBookingDefaults(IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling, INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INRestaurantResolutionResult>) |
Os desenvolvedores podem substituir esse método para personalizar a resolução de um padrão de reserva. |