<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macCatalyst: -",
    "macOS: 14.2.0 -",
    "tvOS: 17.2.0 -",
    "visionOS: -",
    "watchOS: 10.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentResult/result(value:actionButtonIntent:activityIdentifier:dialog:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents12IntentResultPAAE6result5value012actionButtonC018activityIdentifier6dialogAA0cD9ContainerVyqd__s5NeverOAlA0C6DialogVGqd___qd_0_SSANtAORszAA01_C5ValueRd__AA0aC0Rd_0_r0_lFZ"
  },
  "title" : "result(value:actionButtonIntent:activityIdentifier:dialog:)"
}
-->

# result(value:actionButtonIntent:activityIdentifier:dialog:)

Indicates the Intent finished performing with an `AppIntent` to continue with

```
static func result<Value, Intent>(value: Value, actionButtonIntent: Intent, activityIdentifier: String, dialog: IntentDialog) -> Self where Self == IntentResultContainer<Value, Never, Never, IntentDialog>, Value : _IntentValue, Intent : AppIntent
```

## Parameters

`value`

The value produced by the `AppIntent`

`actionButtonIntent`

An intent that runs when a person presses the Action Button.

`activityIdentifier`

An identifier for the activity.

`dialog`

A custom success dialog

---

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)