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

# confirmationRequired(with:)

Creates an object whose resolution requires confirmation from the user before proceeding.

## Declaration

```swift
class func confirmationRequired(with temporalEventTriggerToConfirm: INTemporalEventTrigger?) -> Self
```

## Parameters

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

## Return Value

Return Value A new INTemporalEventTriggerResolutionResult object.

## Discussion

Discussion Use this method when you have to make assumptions about the time information specified by the user. Provide an INTemporalEventTrigger object with the trigger details as you intend to apply them.

## See Also

### Creating a Resolution Result Object

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