<!--
{
  "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/INTemporalEventTriggerTypeOptionsResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTemporalEventTriggerTypeOptionsResolutionResult"
  },
  "title" : "INTemporalEventTriggerTypeOptionsResolutionResult"
}
-->

# INTemporalEventTriggerTypeOptionsResolutionResult

A resolution result that adds a temporal event trigger.

```
class INTemporalEventTriggerTypeOptionsResolutionResult
```

## Overview

You return an [`INTemporalEventTriggerTypeOptionsResolutionResult`](/documentation/Intents/INTemporalEventTriggerTypeOptionsResolutionResult) object when resolving parameters containing an [`INTemporalEventTriggerTypeOptions`](/documentation/Intents/INTemporalEventTriggerTypeOptions) value. Use the creation method that best reflects your ability to successfully resolve the parameter.

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

## Topics

### Creating a Resolution Result Object

[`+  successWithResolvedTemporalEventTriggerTypeOptions:`](/documentation/Intents/INTemporalEventTriggerTypeOptionsResolutionResult/success(with:))

Creates an object whose resolution involves successfully matching the specified parameter.

[`+  confirmationRequiredWithTemporalEventTriggerTypeOptionsToConfirm:`](/documentation/Intents/INTemporalEventTriggerTypeOptionsResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires the user to confirm the value before proceeding.

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)