---
title: OpensIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/opensintent
---

# OpensIntent

The result of performing an action that delivers an app intent back to the initiator of the action.

## Declaration

```swift
protocol OpensIntent : IntentResult
```

## Mentioned in

Creating your first app intent

## Relationships

### Inherits From

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

### Conforming Types

- [IntentResultContainer](appintents/intentresultcontainer.md)

## See Also

### Results

- [IntentResult](appintents/intentresult.md)
- [IntentDialog](appintents/intentdialog.md)
- [IntentResultContainer](appintents/intentresultcontainer.md)
- [ProvidesDialog](appintents/providesdialog.md)
- [ReturnsValue](appintents/returnsvalue.md)
- [ShowsSnippetView](appintents/showssnippetview.md)
- [ResultsCollection](appintents/resultscollection.md)
