---
title: unsupported()
framework: intents
role: symbol
role_heading: Type Method
path: intents/inintentresolutionresult/unsupported()
---

# unsupported()

Creates an object whose resolution indicates that your app doesn’t support the specified value.

## Declaration

```swift
class func unsupported() -> Self
```

## Return Value

Return Value A new resolution result object.

## Discussion

Discussion Use this method to create a resolution result object when your app doesn’t support an intent parameter. When you return a resolution of this type, Siri prompts the user to provide a new value and then passes that value back to you for resolution. The cycle of prompting the user and asking you to resolve the parameter continues until you resolve the parameter successfully.

## See Also

### Common Results

- [needsValue()](intents/inintentresolutionresult/needsvalue().md)
- [notRequired()](intents/inintentresolutionresult/notrequired().md)
