IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Interfaccia che definisce il metodo del gestore che, se implementato, deve chiamare completion
con un INGetAvailableRestaurantReservationBookingDefaultsIntentResponse oggetto appropriato per .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
- Attributi
- Implementazioni
Proprietà
Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da INativeObject) |
Metodi
HandleAvailableRestaurantReservationBookingDefaults(INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) |
Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INGetAvailableRestaurantReservationBookingDefaultsIntentResponse oggetto appropriato per .INGetAvailableRestaurantReservationBookingDefaultsIntent |
Metodi di estensione
ConfirmAvailableRestaurantReservationBookingDefaults(IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling, INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) |
Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la conferma delle impostazioni predefinite di prenotazione. |
ResolveAvailableRestaurantReservationBookingDefaults(IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling, INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INRestaurantResolutionResult>) |
Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la risoluzione di un valore predefinito di prenotazione. |