---
title: "success(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/inlengthresolutionresult/success(with:)"
---

# success(with:)

Creates an object whose resolution involves the successful matching of the specified parameter.

## Declaration

```swift
class func success(with resolvedLength: Measurement<UnitLength>) -> Self
```

## Parameters

- `resolvedLength`: The object 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 INLengthResolutionResult object.

## Discussion

Discussion Use this method to create a result object when you can resolve a parameter successfully to a value in your own internal data structures.

## See Also

### Creating a Resolution Result Objects

- [confirmationRequired(with:)](intents/inlengthresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inlengthresolutionresult/disambiguation(with:).md)
