INSetMessageAttributeIntent

INSetMessageAttributeIntent

INSetMessageAttributeIntent Class of Intents A request to modify the attributes of a message.

class INSetMessageAttributeIntent

Overview

Siri creates an INSetMessageAttributeIntent object when the user asks to modify the attributes of one or more messages. Attributes represent information about the message such as whether the user read or flagged the message. This intent object includes the messages to modify and which attributes to change.

To handle this intent, the handler object in your Intents extension must adopt the INSetMessageAttributeIntentHandling protocol. Your handler should confirm the request and create an INSetMessageAttributeIntentResponse object with the results of modifying the messages.