Contents

INAddMediaIntentResponse

An intents handler’s response to an add media intent.

Declaration

class INAddMediaIntentResponse

Overview

Use an INAddMediaIntentResponse object to specify the results after the user attempts to add the specified media. After performing the add action using the criteria specified in the INAddMediaIntent object, create an instance of this class with the results of the action. Siri communicates the status from your response to the user at appropriate times.

You create an INAddMediaIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your add media handler object. For more information about implementing your handler object, see INAddMediaIntentHandling.

Topics

Initializing the Response Object

Providing the Response Code

See Also

Add Media