INSearchForMediaIntentResponse
An intents handler’s response to a search media intent.
Declaration
class INSearchForMediaIntentResponseOverview
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.