Initializes the response object with the specified code and user activity object.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
init(code: INSend Message Intent Response Code, userActivity: NSUser Activity?)
Parameters
code
The response code that indicates your success or failure in confirming or handling the intent. For a list of possible values, see
INSend
.Message Intent Response Code userActivity
The user activity object to use when launching your app. Provide an object if you want to add information that is specific to your app. If you specify
nil
, the system automatically creates a user activity object for you, sets its type to the class name of the intent being handled, and fills it with anINInteraction
object containing the intent and your response.
Return Value
An initialized response object or nil
if the object could not be created.