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

# result(actionButtonIntent:)

Indicates the Intent finished performing with an AppIntent to continue with

## Declaration

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

## Parameters

- `actionButtonIntent`: The AppIntent used perform next

## Mentioned in

Responding to the Action button on Apple Watch Ultra
