---
title: "displayRepresentations(for:requestedComponents:)"
framework: appintents
role: symbol
role_heading: Instance Method
path: "appintents/entityquery/displayrepresentations(for:requestedcomponents:)"
---

# displayRepresentations(for:requestedComponents:)

Returns a list of display representation values by identifier based on the requested components.

## Declaration

```swift
func displayRepresentations(for identifiers: [Self.Entity.ID], requestedComponents: DisplayRepresentation.Components) async throws -> [Self.Entity.ID : DisplayRepresentation]
```
