---
title: INIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/inintentresponse
---

# INIntentResponse

Your response to an intent object.

## Declaration

```swift
class INIntentResponse
```

## Overview

Overview The INIntentResponse class is abstract and provides common behavior for all response objects that your app creates. You do not create instances of this class directly. Instead, you create instances of the specific subclasses representing the intents that you are trying to handle. This class provides access to the custom user activity object that you provided when initializing your response object.

## Topics

### Accessing the User Activity Object

- [userActivity](intents/inintentresponse/useractivity.md)

### Initializers

- [init(coder:)](intents/inintentresponse/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [INActivateCarSignalIntentResponse](intents/inactivatecarsignalintentresponse.md)
- [INAddMediaIntentResponse](intents/inaddmediaintentresponse.md)
- [INAddTasksIntentResponse](intents/inaddtasksintentresponse.md)
- [INAnswerCallIntentResponse](intents/inanswercallintentresponse.md)
- [INAppendToNoteIntentResponse](intents/inappendtonoteintentresponse.md)
- [INBookRestaurantReservationIntentResponse](intents/inbookrestaurantreservationintentresponse.md)
- [INCancelRideIntentResponse](intents/incancelrideintentresponse.md)
- [INCancelWorkoutIntentResponse](intents/incancelworkoutintentresponse.md)
- [INCreateNoteIntentResponse](intents/increatenoteintentresponse.md)
- [INCreateTaskListIntentResponse](intents/increatetasklistintentresponse.md)
- [INDeleteTasksIntentResponse](intents/indeletetasksintentresponse.md)
- [INEditMessageIntentResponse](intents/ineditmessageintentresponse.md)
- [INEndWorkoutIntentResponse](intents/inendworkoutintentresponse.md)
- [INGetAvailableRestaurantReservationBookingDefaultsIntentResponse](intents/ingetavailablerestaurantreservationbookingdefaultsintentresponse.md)
- [INGetAvailableRestaurantReservationBookingsIntentResponse](intents/ingetavailablerestaurantreservationbookingsintentresponse.md)
- [INGetCarLockStatusIntentResponse](intents/ingetcarlockstatusintentresponse.md)
- [INGetCarPowerLevelStatusIntentResponse](intents/ingetcarpowerlevelstatusintentresponse.md)
- [INGetReservationDetailsIntentResponse](intents/ingetreservationdetailsintentresponse.md)
- [INGetRestaurantGuestIntentResponse](intents/ingetrestaurantguestintentresponse.md)
- [INGetRideStatusIntentResponse](intents/ingetridestatusintentresponse.md)
- [INGetUserCurrentRestaurantReservationBookingsIntentResponse](intents/ingetusercurrentrestaurantreservationbookingsintentresponse.md)
- [INGetVisualCodeIntentResponse](intents/ingetvisualcodeintentresponse.md)
- [INHangUpCallIntentResponse](intents/inhangupcallintentresponse.md)
- [INListCarsIntentResponse](intents/inlistcarsintentresponse.md)
- [INListRideOptionsIntentResponse](intents/inlistrideoptionsintentresponse.md)
- [INPauseWorkoutIntentResponse](intents/inpauseworkoutintentresponse.md)
- [INPayBillIntentResponse](intents/inpaybillintentresponse.md)
- [INPlayMediaIntentResponse](intents/inplaymediaintentresponse.md)
- [INRequestPaymentIntentResponse](intents/inrequestpaymentintentresponse.md)
- [INRequestRideIntentResponse](intents/inrequestrideintentresponse.md)
- [INResumeWorkoutIntentResponse](intents/inresumeworkoutintentresponse.md)
- [INSaveProfileInCarIntentResponse](intents/insaveprofileincarintentresponse.md)
- [INSearchCallHistoryIntentResponse](intents/insearchcallhistoryintentresponse.md)
- [INSearchForAccountsIntentResponse](intents/insearchforaccountsintentresponse.md)
- [INSearchForBillsIntentResponse](intents/insearchforbillsintentresponse.md)
- [INSearchForMediaIntentResponse](intents/insearchformediaintentresponse.md)
- [INSearchForMessagesIntentResponse](intents/insearchformessagesintentresponse.md)
- [INSearchForNotebookItemsIntentResponse](intents/insearchfornotebookitemsintentresponse.md)
- [INSearchForPhotosIntentResponse](intents/insearchforphotosintentresponse.md)
- [INSendMessageIntentResponse](intents/insendmessageintentresponse.md)
- [INSendPaymentIntentResponse](intents/insendpaymentintentresponse.md)
- [INSendRideFeedbackIntentResponse](intents/insendridefeedbackintentresponse.md)
- [INSetAudioSourceInCarIntentResponse](intents/insetaudiosourceincarintentresponse.md)
- [INSetCarLockStatusIntentResponse](intents/insetcarlockstatusintentresponse.md)
- [INSetClimateSettingsInCarIntentResponse](intents/insetclimatesettingsincarintentresponse.md)
- [INSetDefrosterSettingsInCarIntentResponse](intents/insetdefrostersettingsincarintentresponse.md)
- [INSetMessageAttributeIntentResponse](intents/insetmessageattributeintentresponse.md)
- [INSetProfileInCarIntentResponse](intents/insetprofileincarintentresponse.md)
- [INSetRadioStationIntentResponse](intents/insetradiostationintentresponse.md)
- [INSetSeatSettingsInCarIntentResponse](intents/insetseatsettingsincarintentresponse.md)
- [INSetTaskAttributeIntentResponse](intents/insettaskattributeintentresponse.md)
- [INShareFocusStatusIntentResponse](intents/insharefocusstatusintentresponse.md)
- [INSnoozeTasksIntentResponse](intents/insnoozetasksintentresponse.md)
- [INStartAudioCallIntentResponse](intents/instartaudiocallintentresponse.md)
- [INStartCallIntentResponse](intents/instartcallintentresponse.md)
- [INStartPhotoPlaybackIntentResponse](intents/instartphotoplaybackintentresponse.md)
- [INStartVideoCallIntentResponse](intents/instartvideocallintentresponse.md)
- [INStartWorkoutIntentResponse](intents/instartworkoutintentresponse.md)
- [INTransferMoneyIntentResponse](intents/intransfermoneyintentresponse.md)
- [INUnsendMessagesIntentResponse](intents/inunsendmessagesintentresponse.md)
- [INUpdateMediaAffinityIntentResponse](intents/inupdatemediaaffinityintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Intents

- [Dispatching intents to handlers](sirikit/dispatching-intents-to-handlers.md)
- [Resolving and Handling Intents](sirikit/resolving-and-handling-intents.md)
- [INIntent](intents/inintent.md)
- [Intent Handling Infrastructure](sirikit/intent-handling-infrastructure.md)
- [Providing Hands-Free App Control with Intents](sirikit/providing-hands-free-app-control-with-intents.md)
- [Resolution Results](sirikit/resolution-results.md)
- [Common Data Types](sirikit/common-data-types.md)
