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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with temporalEventTriggerTypeOptionsToConfirm: INTemporalEventTriggerTypeOptions = []) -> Self
```

## Parameters

- `temporalEventTriggerTypeOptionsToConfirm`: The value that resolves the requested parameter of the intent. This value may be different than the one specified in the intent object.

## Return Value

Return Value A new INTemporalEventTriggerTypeOptionsResolutionResult object.

## Discussion

Discussion Use this method when you can’t resolve the parameter to a similar but not equal temporal event type than the one specified in the intent. Don’t use this method to resolve temporal event types that your app doesn’t support.

## See Also

### Creating a Resolution Result Object

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