---
title: "result(actionButtonIntent:activityIdentifier:)"
framework: appintents
role: symbol
role_heading: Type Method
path: "appintents/intentresult/result(actionbuttonintent:activityidentifier:)"
---

# result(actionButtonIntent:activityIdentifier:)

Indicates the Intent finished performing with an AppIntent to continue with

## Declaration

```swift
static func result<Intent>(actionButtonIntent: Intent, activityIdentifier: String) -> Self where Self == IntentResultContainer<Never, Never, Never, Never>, Intent : AppIntent
```

## Parameters

- `actionButtonIntent`: The AppIntent used perform next
- `activityIdentifier`: The identifier for the activity.
