<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentResultContainer",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents21IntentResultContainerV"
  },
  "title" : "IntentResultContainer"
}
-->

# IntentResultContainer

An object that represents the output of a completed intent.

```
struct IntentResultContainer<Value, OpensAppIntent, Snippet, Dialog> where Value : _IntentValue, OpensAppIntent : AppIntent
```

## Overview

Use the `IntentResult.result()` family of functions to create instances

## Topics

### Instance Properties

[`var activityIdentifier: String?`](/documentation/AppIntents/IntentResultContainer/activityIdentifier)

[`var dialog: IntentDialog?`](/documentation/AppIntents/IntentResultContainer/dialog)

[`var opensIntent: OpensAppIntent?`](/documentation/AppIntents/IntentResultContainer/opensIntent)

## Relationships

### Conforms To

[`Escapable`](/documentation/Swift/Escapable)

[`Copyable`](/documentation/Swift/Copyable)

[`ShowsSnippetView`](/documentation/AppIntents/ShowsSnippetView)

[`ProvidesDialog`](/documentation/AppIntents/ProvidesDialog)

[`OpensIntent`](/documentation/AppIntents/OpensIntent)

[`Sendable`](/documentation/Swift/Sendable)

[`ShowsSnippetIntent`](/documentation/AppIntents/ShowsSnippetIntent)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`IntentResult`](/documentation/AppIntents/IntentResult)

[`ReturnsValue`](/documentation/AppIntents/ReturnsValue)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)