---
title: "unsupported(forReason:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/instartcallcallcapabilityresolutionresult/unsupported(forreason:)"
---

# unsupported(forReason:)

Creates an object specifying that resolution of the parameter wasn’t supported, for the specified reason.

## Declaration

```swift
class func unsupported(forReason reason: INStartCallCallCapabilityUnsupportedReason) -> Self
```

## Parameters

- `reason`: The call capability that isn’t supported.

## Return Value

Return Value A new INStartCallCallCapabilityResolutionResult object.

## Discussion

Discussion Use this method to create a resolution result object when your app doesn’t support the intent parameter for the specified reason.

## See Also

### Creating a Resolution Result Object

- [init(callCapabilityResolutionResult:)](intents/instartcallcallcapabilityresolutionresult/init(callcapabilityresolutionresult:).md)
- [INStartCallCallCapabilityUnsupportedReason](intents/instartcallcallcapabilityunsupportedreason.md)
