Class INIntentResponse

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
INActivateCarSignalIntentResponse, INAddMediaIntentResponse, INAddTasksIntentResponse, INAppendToNoteIntentResponse, INBookRestaurantReservationIntentResponse, INCancelRideIntentResponse, INCancelWorkoutIntentResponse, INCreateNoteIntentResponse, INCreateTaskListIntentResponse, INDeleteTasksIntentResponse, INEndWorkoutIntentResponse, INGetAvailableRestaurantReservationBookingDefaultsIntentResponse, INGetAvailableRestaurantReservationBookingsIntentResponse, INGetCarLockStatusIntentResponse, INGetCarPowerLevelStatusIntentResponse, INGetReservationDetailsIntentResponse, INGetRestaurantGuestIntentResponse, INGetRideStatusIntentResponse, INGetUserCurrentRestaurantReservationBookingsIntentResponse, INGetVisualCodeIntentResponse, INListCarsIntentResponse, INListRideOptionsIntentResponse, INPauseWorkoutIntentResponse, INPayBillIntentResponse, INPlayMediaIntentResponse, INRequestPaymentIntentResponse, INRequestRideIntentResponse, INResumeWorkoutIntentResponse, INSaveProfileInCarIntentResponse, INSearchCallHistoryIntentResponse, INSearchForAccountsIntentResponse, INSearchForBillsIntentResponse, INSearchForMediaIntentResponse, INSearchForMessagesIntentResponse, INSearchForNotebookItemsIntentResponse, INSearchForPhotosIntentResponse, INSendMessageIntentResponse, INSendPaymentIntentResponse, INSendRideFeedbackIntentResponse, INSetAudioSourceInCarIntentResponse, INSetCarLockStatusIntentResponse, INSetClimateSettingsInCarIntentResponse, INSetDefrosterSettingsInCarIntentResponse, INSetMessageAttributeIntentResponse, INSetProfileInCarIntentResponse, INSetRadioStationIntentResponse, INSetSeatSettingsInCarIntentResponse, INSetTaskAttributeIntentResponse, INShareFocusStatusIntentResponse, INSnoozeTasksIntentResponse, INStartAudioCallIntentResponse, INStartCallIntentResponse, INStartPhotoPlaybackIntentResponse, INStartVideoCallIntentResponse, INStartWorkoutIntentResponse, INTransferMoneyIntentResponse, INUpdateMediaAffinityIntentResponse

public class INIntentResponse
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INIntentResponse

      public INIntentResponse()
    • INIntentResponse

      protected INIntentResponse​(NSObject.Handle h, long handle)
    • INIntentResponse

      protected INIntentResponse​(NSObject.SkipInit skipInit)
    • INIntentResponse

      public INIntentResponse​(NSCoder coder)
  • Method Details

    • getUserActivity

      public NSUserActivity getUserActivity()
    • setUserActivity

      public void setUserActivity​(NSUserActivity v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)