<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntentsTesting",
  "identifier" : "/documentation/AppIntentsTesting/AppEntityDefinition/resolved(from:)-4yp5n",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "App Intents Testing",
      "AppIntentsTesting"
    ],
    "preciseIdentifier" : "s:17AppIntentsTesting0A16EntityDefinitionV8resolved4fromAA03AnyaD0Vx_tYaK0aB018_SystemIntentValueRz0aB11TypeSupport0jK11ConvertibleRzlF"
  },
  "title" : "resolved(from:)"
}
-->

# resolved(from:)

Resolves an entity from a system intent value type through the entity type’s
transferable conformance.

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

## Parameters

`value`

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

## Return Value

The resolved entity.

## Discussion> Throws: If the entity type does not support the given value type.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)