INSetTaskAttributeIntentResponse
Your response to a request to modify the attributes of an existing task.
Declaration
class INSetTaskAttributeIntentResponseOverview
Use an INSetTaskAttributeIntentResponse object to return information about your attempt to update an existing task. Siri communicates the information from your response to the user at appropriate times.
You create an INSetTaskAttributeIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INSetTaskAttributeIntentHandling.