---
title: "confirmationRequiredWithValueToConfirm:"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/inintegerresolutionresult/confirmationrequiredwithvaluetoconfirm:"
---

# confirmationRequiredWithValueToConfirm:

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

## Declaration

```occ
+ (instancetype) confirmationRequiredWithValueToConfirm:(NSNumber *) valueToConfirm;
```

## Parameters

- `valueToConfirm`: The value that resolves the request but that must be confirmed by the user.

## Return Value

Return Value A new INIntegerResolutionResult object.

## Discussion

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

## See Also

### Creating a Resolution Result Object

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