Contents

INSetTaskAttributeIntentResponse

Your response to a request to modify the attributes of an existing task.

Declaration

class INSetTaskAttributeIntentResponse

Overview

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.

Topics

Initializing the Response Object

Getting the Response Code

Providing the Task Details

See Also

Task Attributes