---
title: "exported(as:)"
framework: appintentstesting
role: symbol
role_heading: Instance Method
path: "appintentstesting/anytransientappentity/exported(as:)-8zhnu"
---

# exported(as:)

Exports this transient entity as a system intent value type.

## Declaration

```swift
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

Return Value An instance of the requested type.

## Discussion

Discussion note: If the entity does not support the requested value conversion.
