Contents

INSearchForMediaIntentResponse

An intents handler’s response to a search media intent.

Declaration

class INSearchForMediaIntentResponse

Overview

Use an INSearchForMediaIntentResponse object to specify the results after searching for the user-specified media. After performing the search action using the criteria specified in the INSearchForMediaIntent 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 INSearchForMediaIntentResponse 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 INSearchForMediaIntentHandling.

Topics

Initializing the Response Object

Providing the Response Code

Accessing the Media Item

See Also

Search for Media