---
title: "init(personResolutionResult:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/instartcallcontactresolutionresult/init(personresolutionresult:)"
---

# init(personResolutionResult:)

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

## Declaration

```swift
init(personResolutionResult: INPersonResolutionResult)
```

## Parameters

- `personResolutionResult`: 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 INStartCallContactResolutionResult 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/instartcallcontactresolutionresult/unsupported(forreason:).md)
- [INStartCallContactUnsupportedReason](intents/instartcallcontactunsupportedreason.md)
