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

# confirmationRequiredWithValueToConfirm:

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

## Declaration

```occ
+ (instancetype) confirmationRequiredWithValueToConfirm:(NSInteger) valueToConfirm;
```

## Parameters

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

## Return Value

Return Value A new INEnumResolutionResult 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

### Type Methods

- [successWithResolvedValue:](intents/inenumresolutionresult/successwithresolvedvalue:.md)
