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

# INPlaybackQueueLocationResolutionResult

A resolution result for the requested playback queue location.

```
class INPlaybackQueueLocationResolutionResult
```

## Overview

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

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

## Topics

### Constants

[`+  successWithResolvedPlaybackQueueLocation:`](/documentation/Intents/INPlaybackQueueLocationResolutionResult/success(with:))

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

[`+  confirmationRequiredWithPlaybackQueueLocationToConfirm:`](/documentation/Intents/INPlaybackQueueLocationResolutionResult/confirmationRequired(with:))

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

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

Constants that describe the playback queue location for a media item.

## Relationships

### Conforms To

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

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

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

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

[`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)