---
title: "confirmationRequired(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/incallcapabilityresolutionresult/confirmationrequired(with:)"
---

# confirmationRequired(with:)

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

## Declaration

```swift
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

Return Value A new INCallCapabilityResolutionResult object.

## See Also

### Creating a Resolution Result Object

- [success(with:)](intents/incallcapabilityresolutionresult/success(with:).md)
