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

# notRequired()

Creates an object whose resolution indicates that you don’t need the value of the parameter.

## Declaration

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

## Return Value

Return Value A new resolution result object.

## Discussion

Discussion Use this method when you don’t need or use the value of a parameter to process an intent object. When you return a resolution object of this type, Siri ends the resolution process for the parameter.

## See Also

### Common Results

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