Your response to a request to delete tasks.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- watchOS 6.0+
Framework
- Intents
Declaration
@interface INDeleteTasksIntentResponse : INIntent Response
Overview
Use an INDelete
object to return information about your attempt to delete an existing task. Siri communicates the information from your response to the user at appropriate times.
You create an INDelete
object in the confirm
and handle
methods of your handler object. For more information about implementing your handler object, see INDelete
.