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

# confirmationRequired(with:)

Creates a result that asks Siri to verify the request that the user wants to continue.

```
class func confirmationRequired(with callCapabilityToConfirm: INCallCapability) -> Self
```

## Parameters

`callCapabilityToConfirm`

The value which verifies the user’s request that the user wants to continue.

## Return Value

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

---

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)