---
title: "init(_:title:systemImageName:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/appshortcutoptionscollection/init(_:title:systemimagename:)"
---

# init(_:title:systemImageName:)

Initializes a collection of options for App Shortcuts with the specified parameters.

## Declaration

```swift
init(_ dynamicOptionsProvider: Provider, title: LocalizedStringResource, systemImageName: String? = nil)
```

## Parameters

- `dynamicOptionsProvider`: The object that provides the dynamic options for an App Shortcut.
- `title`: A localized string that represents the title for the collection of dynamic options in the Shortcuts app.
- `systemImageName`: The name of the system image for the collection of App Shortcuts.
