---
title: "init(temporalEventTriggerResolutionResult:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/insettaskattributetemporaleventtriggerresolutionresult/init(temporaleventtriggerresolutionresult:)"
---

# init(temporalEventTriggerResolutionResult:)

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

## Declaration

```swift
init(temporalEventTriggerResolutionResult: INTemporalEventTriggerResolutionResult)
```

## Parameters

- `temporalEventTriggerResolutionResult`: The value that resolves the requested parameter of the intent. This value may be different than the one specified in the intent object.

## Return Value

Return Value A new INSetTaskAttributeTemporalEventTriggerResolutionResult object or nil if the object could not be created.

## Discussion

Discussion Use this method to create a result object when you’re able to resolve the temporal event trigger for the user’s intent.

## See Also

### Creating a Resolution Result

- [unsupported(forReason:)](intents/insettaskattributetemporaleventtriggerresolutionresult/unsupported(forreason:).md)
- [INSetTaskAttributeTemporalEventTriggerUnsupportedReason](intents/insettaskattributetemporaleventtriggerunsupportedreason.md)
