<!--
{
  "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/AnyAppEntity/exported(as:)-54w7m",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "App Intents Testing",
      "AppIntentsTesting"
    ],
    "preciseIdentifier" : "s:17AppIntentsTesting03AnyA6EntityV8exported2asxxm_tYaK0aB018_SystemIntentValueRz0aB11TypeSupport0iJ11ConvertibleRzlF"
  },
  "title" : "exported(as:)"
}
-->

# exported(as:)

Exports this entity as a system intent value type.

```
func exported<T>(as type: T.Type) async throws -> T where T : _SystemIntentValue, T : IntentValueConvertible
```

## Parameters

`type`

The target system intent value type.

## Return Value

An instance of the requested type.

## Discussion

Use this for system-provided currency types that conform to `_SystemIntentValue`, such as
`PlaceDescriptor`. The entity must declare a `ValueRepresentation` for the requested type.

> Throws: If the entity does not support the requested value conversion.

---

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)