---
title: RelevantIntent
framework: appintents
role: symbol
role_heading: Structure
path: appintents/relevantintent
---

# RelevantIntent

A type that stores an app intent and indicates its relevance to someone.

## Declaration

```swift
struct RelevantIntent
```

## Overview

Overview Use a RelevantIntent structure to specify an action someone might want to take and the conditions when the system might want to suggest that action. For example, a sports app might create an action to start playback of a game shortly before that game starts. Specify the action using a WidgetConfigurationIntent structure, and register the relevant intent with the system using the RelevantIntentManager type.

## Topics

### Initializers

- [init(_:widgetKind:relevance:)](appintents/relevantintent/init(_:widgetkind:relevance:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Escapable](swift/escapable.md)

## See Also

### Intent relevance

- [RelevantIntentManager](appintents/relevantintentmanager.md)
- [RelevantContext](relevancekit/relevantcontext.md)
