<!--
{
  "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/INSearchForNotebookItemsIntentHandling/resolveTemporalEventTriggerTypes(for:with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSearchForNotebookItemsIntentHandling(im)resolveTemporalEventTriggerTypesForSearchForNotebookItems:withCompletion:"
  },
  "title" : "resolveTemporalEventTriggerTypes(for:with:)"
}
-->

# resolveTemporalEventTriggerTypes(for:with:)

Resolves the trigger type to use during a temporal-based search.

```
optional func resolveTemporalEventTriggerTypes(for intent: INSearchForNotebookItemsIntent, with completion: @escaping @Sendable (INTemporalEventTriggerTypeOptionsResolutionResult) -> Void)
```

## Parameters

`intent`

The intent object containing details about the user’s request. Use this object to get the initial information, if any, provided by the user.

`completion`

The handler block to execute with the resolution. You must execute this handler at some point during your implementation of this method. This handler has no return value and takes the following parameter:

- resolutionResult: The object containing the details of your proposed resolution. For successful resolutions, create a resolution object with the location information that you intend to use during the search.

## Discussion

Implement this method to resolve the temporal event used during a temporal-based search. Use this method to verify that you can perform a temporal-based search using the specified information. Consider the value of the [`temporalEventTriggerTypes`](/documentation/Intents/INSearchForNotebookItemsIntent/temporalEventTriggerTypes) property of the intent when determining your response. If the search type is unknown, return a value of not required to indicate that you do not intend to use the temporal event information during the search. If the search type is a different value, return a successful resolution if the [`temporalEventTriggerTypes`](/documentation/Intents/INSearchForNotebookItemsIntent/temporalEventTriggerTypes) property of the intent contains enough information to perform the search. Return a different result if it does not.

---

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)