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

# result(value:actionButtonIntent:)

Indicates the Intent finished performing with an AppIntent to continue with

## Declaration

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

## Parameters

- `value`: The value produced by the AppIntent
- `actionButtonIntent`: The AppIntent used perform next
