<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INBooleanResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So25INBooleanResolutionResultC7IntentsE20confirmationRequired4withABXDSbSg_tFZ"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

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

```
@nonobjc static func confirmationRequired(with valueToConfirm: Bool?) -> Self
```

## Parameters

`valueToConfirm`

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

## Return Value

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

## Discussion

Use this method when you can resolve the parameter to a single value but want the user to confirm that value.

---

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)