---
title: "resolved(from:)"
framework: appintentstesting
role: symbol
role_heading: Instance Method
path: "appintentstesting/transientappentitydefinition/resolved(from:)-3jjpx"
---

# resolved(from:)

Resolves a transient entity from a system intent value type through the entity type’s Transferable conformance.

## Declaration

```swift
func resolved<T>(from value: T) async throws -> AnyTransientAppEntity where T : _SystemIntentValue, T : IntentValueConvertible
```

## Parameters

- `value`: The system intent value (e.g., a PlaceDescriptor instance).

## Return Value

Return Value The resolved transient entity.

## Discussion

Discussion note: If the entity type does not support the given value type.
