<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INMediaItemResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INMediaItemResolutionResult(cm)confirmationRequiredWithMediaItemToConfirm:"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

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

```
class func confirmationRequired(with mediaItemToConfirm: INMediaItem?) -> Self
```

## Parameters

`mediaItemToConfirm`

The value that resolves the request, but must be confirmed by the user.

## Return Value

A new [`INMediaItemResolutionResult`](/documentation/Intents/INMediaItemResolutionResult) object.

## Discussion

Use this method when you can’t resolve the parameter to a media item that’s similar, but not equal to, the one specified in the intent. Don’t use this method to resolve media items your app doesn’t support.

---

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)