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

# success(with:)

Creates a result that contains the call record that matches the users request.

```
class func success(with resolvedCallRecord: INCallRecord) -> Self
```

## Parameters

`resolvedCallRecord`

The value that resolves the users request. This value may be different than the original [`INCallRecord`](/documentation/Intents/INCallRecord). This allows app extensions to apply business logic constraints.

## Return Value

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

## Discussion

Use this method for when the app extension wants to tell Siri to proceed, with a given `INCallRecord`.

---

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)