Creates an object whose resolution requires the user to select from among the specified objects.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Intents
Declaration
class func disambiguation(with spatialEventTriggersToDisambiguate: [INSpatial Event Trigger]) -> Self
Parameters
spatialEventTriggersToDisambiguate
An array of
INSpatial
objects for the user to choose from.Event Trigger
Return Value
A new INSpatial
object.
Discussion
Use this method to create a result object when more than one trigger condition matches the provided information and you cannot pick one definitively. Ask the user to select from among the triggers that you specify.
For each INSpatial
object that you provide, include enough information to be able to resolve that trigger uniquely later.