---
title: "init(callCapabilityResolutionResult:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/instartcallcallcapabilityresolutionresult/init(callcapabilityresolutionresult:)"
---

# init(callCapabilityResolutionResult:)

Creates an object whose resolution involves the succesful start of a call with the specified capabilities.

## Declaration

```swift
init(callCapabilityResolutionResult: INCallCapabilityResolutionResult)
```

## Parameters

- `callCapabilityResolutionResult`: The value that resolves the requested parameter of the intent. This value may be different than the one specified in the intent object.

## Return Value

Return Value A new INStartCallCallCapabilityResolutionResult object.

## Discussion

Discussion Use this method to create a result object when you’re able to start a call with the specified capabilities.

## See Also

### Creating a Resolution Result Object

- [unsupported(forReason:)](intents/instartcallcallcapabilityresolutionresult/unsupported(forreason:).md)
- [INStartCallCallCapabilityUnsupportedReason](intents/instartcallcallcapabilityunsupportedreason.md)
