Contents

INUpdateMediaAffinityIntentResponse

An intents handler’s response to an update media affinity intent.

Declaration

class INUpdateMediaAffinityIntentResponse

Overview

Use an INUpdateMediaAffinityIntentResponse object to specify the results from trying to update the user’s affinity for a media item. After performing the add action using the criteria specified in the INUpdateMediaAffinityIntent object, create an instance of this class with the results of the action. Siri communicates the response status to the user at appropriate times.

You create an INUpdateMediaAffinityIntentResponse 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 INUpdateMediaAffinityIntentHandling.

Topics

Initializing the Response Object

Providing the Response Code

See Also

Update Media Affinity