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

# confirmationRequired(with:)

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

```
class func confirmationRequired(with callRecordTypeOptionsToConfirm: INCallRecordTypeOptions = []) -> Self
```

## Parameters

`callRecordTypeOptionsToConfirm`

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

## Return Value

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

## Discussion

Use this method when you can resolve the parameter but want the user to confirm the value before proceeding. For example, you might ask for confirmation if you do not support searching for some, but not all, of the types requested by the user.

---

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)