<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INOutgoingMessageTypeResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INOutgoingMessageTypeResolutionResult(cm)confirmationRequiredWithOutgoingMessageTypeToConfirm:"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

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

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

## Parameters

`outgoingMessageTypeToConfirm`

A message type for the user to accept or reject.

## Return Value

A new [`INOutgoingMessageTypeResolutionResult`](/documentation/Intents/INOutgoingMessageTypeResolutionResult) object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)