<!--
{
  "availability" : [
    "iOS: 13.0.0 - 27.0.0",
    "iPadOS: 13.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 6.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetTaskAttributeTemporalEventTriggerResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSetTaskAttributeTemporalEventTriggerResolutionResult"
  },
  "title" : "INSetTaskAttributeTemporalEventTriggerResolutionResult"
}
-->

# INSetTaskAttributeTemporalEventTriggerResolutionResult

A resolution result for a temporal event trigger.

```
class INSetTaskAttributeTemporalEventTriggerResolutionResult
```

## Overview

You return an [`INSetTaskAttributeTemporalEventTriggerResolutionResult`](/documentation/Intents/INSetTaskAttributeTemporalEventTriggerResolutionResult) object when resolving parameters that contain an [`INTemporalEventTrigger`](/documentation/Intents/INTemporalEventTrigger) value for an [`INSetTaskAttributeIntent`](/documentation/Intents/INSetTaskAttributeIntent). Use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution operators, see [`INTemporalEventTriggerResolutionResult`](/documentation/Intents/INTemporalEventTriggerResolutionResult).

## Topics

### Creating a Resolution Result

[`-  initWithTemporalEventTriggerResolutionResult:`](/documentation/Intents/INSetTaskAttributeTemporalEventTriggerResolutionResult/init(temporalEventTriggerResolutionResult:))

Creates an object with a resolution that successfully matches the specified temporal event.

[`+  unsupportedForReason:`](/documentation/Intents/INSetTaskAttributeTemporalEventTriggerResolutionResult/unsupported(forReason:))

Creates an object with a resolution that provides a reason the temporal event trigger can’t be applied to the task the user intends to modify.

[`INSetTaskAttributeTemporalEventTriggerUnsupportedReason`](/documentation/Intents/INSetTaskAttributeTemporalEventTriggerUnsupportedReason)

Reasons the app can’t modify the temporal event trigger of the task.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`INTemporalEventTriggerResolutionResult`](/documentation/Intents/INTemporalEventTriggerResolutionResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)