---
title: AppEntityUIElementsContext
framework: appintents
role: symbol
role_heading: Structure
path: appintents/appentityuielementscontext
---

# AppEntityUIElementsContext

Contextual information for UI elements you make discoverable by Apple Intelligence.

## Declaration

```swift
struct AppEntityUIElementsContext
```

## Overview

Overview When you implement your custom app entity provider to make a custom view’s content discoverable by Apple Intelligence and Siri, you provide the system with AppEntityUIElement objects that combine the app entity for a view’s content with additional information. The AppEntityUIElementsContext holds this additional information that the system uses to understand where content appears onscreen.

## Topics

### Instance Properties

- [bounds](appintents/appentityuielementscontext/bounds.md)
- [requests](appintents/appentityuielementscontext/requests.md)

### Enumerations

- [AppEntityUIElementsContext.ElementsRequest](appintents/appentityuielementscontext/elementsrequest.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### View-entity association

- [AppEntityUIElement](appintents/appentityuielement.md)
