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

# confirmationRequired(with:)

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

```
class func confirmationRequired(with noteContentToConfirm: INNoteContent?) -> Self
```

## Parameters

`noteContentToConfirm`

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

## Return Value

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

## Discussion

Use this method when you cannot resolve the parameter exactly as intended, but can resolve it to an appropriate value and want the user to confirm that value before continuing.

---

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)