<!--
{
  "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/INCallRecordTypeOptionsResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCallRecordTypeOptionsResolutionResult"
  },
  "title" : "INCallRecordTypeOptionsResolutionResult"
}
-->

# INCallRecordTypeOptionsResolutionResult

A resolution result for the call types to include in a search.

```
class INCallRecordTypeOptionsResolutionResult
```

## Overview

An `INCallRecordTypeOptionsResolutionResult` object is what you return when resolving parameters containing a value of type [`INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions). Use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`class func success(with: INCallRecordTypeOptions) -> Self`](/documentation/Intents/INCallRecordTypeOptionsResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

[`class func confirmationRequired(with: INCallRecordTypeOptions) -> Self`](/documentation/Intents/INCallRecordTypeOptionsResolutionResult/confirmationRequired(with:))

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

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult)

---

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)