INSetTaskAttributeIntent
INSetTaskAttributeIntent
INSetTaskAttributeIntent Class of Intents A request to modify the attributes of a task.
class INSetTaskAttributeIntentOverview
Siri creates an INSetTaskAttributeIntent object when the user marks a task as complete or changes the triggers used to generate reminders for the task. The intent object can contain the task information and values for any changed attributes.
To handle this intent, the handler object in your Intents extension must adopt the INSetTaskAttributeIntentHandling protocol. Your handler should confirm the request and create an INSetTaskAttributeIntentResponse object with the updated task information.