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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with timeIntervalToConfirm: TimeInterval) -> Self
```

## Parameters

- `timeIntervalToConfirm`: The object that resolves the request but must be confirmed by the user.

## Return Value

Return Value A new INTimeIntervalResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the parameter to the specified object but you want the user to confirm that value.

## See Also

### Creating a Resolution Result

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