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

# INSpatialEventTriggerResolutionResult

A resolution result for the location-based trigger associated with a task.

```
class INSpatialEventTriggerResolutionResult
```

## Overview

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

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

## Topics

### Creating a Resolution Result Object

[`class func success(with: INSpatialEventTrigger) -> Self`](/documentation/Intents/INSpatialEventTriggerResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

[`class func confirmationRequired(with: INSpatialEventTrigger?) -> Self`](/documentation/Intents/INSpatialEventTriggerResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires confirmation from the user before proceeding.

[`class func disambiguation(with: [INSpatialEventTrigger]) -> Self`](/documentation/Intents/INSpatialEventTriggerResolutionResult/disambiguation(with:))

Creates an object whose resolution requires the user to select from among the specified objects.

## Relationships

### Conforms To

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

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

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

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

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

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

### 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)