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

# confirmationRequired(with:)

Creates an object with a resolution that requires the user to confirm the value before proceeding.

## Declaration

```swift
class func confirmationRequired(with outgoingMessageTypeToConfirm: INOutgoingMessageType) -> Self
```

## Parameters

- `outgoingMessageTypeToConfirm`: A message type for the user to accept or reject.

## Return Value

Return Value A new INOutgoingMessageTypeResolutionResult object.

## See Also

### Creating a Resolution Result

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