---
title: EntityURLRepresentation
framework: appintents
role: symbol
role_heading: Structure
path: appintents/entityurlrepresentation
---

# EntityURLRepresentation

The URL representation of an app entity.

## Declaration

```swift
struct EntityURLRepresentation<Entity> where Entity : AppEntity
```

## Overview

Overview Note that you need to use a universal link for your URL representation, you can’t use a custom URL scheme. For more information about universal links, see Allowing apps and websites to link to your content.

## Topics

### Initializers

- [init(_:)](appintents/entityurlrepresentation/init(_:).md)

## Relationships

### Conforms To

- [ExpressibleByExtendedGraphemeClusterLiteral](swift/expressiblebyextendedgraphemeclusterliteral.md)
- [ExpressibleByStringInterpolation](swift/expressiblebystringinterpolation.md)
- [ExpressibleByStringLiteral](swift/expressiblebystringliteral.md)
- [ExpressibleByUnicodeScalarLiteral](swift/expressiblebyunicodescalarliteral.md)

## See Also

### Universal link navigation

- [URLRepresentableEntity](appintents/urlrepresentableentity.md)
- [CustomURLRepresentationParameterConvertible](appintents/customurlrepresentationparameterconvertible.md)
