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

# needsValue()

Creates an object whose resolution indicates that a required parameter value is missing.

## Declaration

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

## Return Value

Return Value A new resolution result object.

## Discussion

Discussion Use this method when a property of the intent object is missing a value that your app requires. When you return a resolution of this type, Siri prompts the user to provide the information and then passes the newly received 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

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