---
title: suggestedInvocationPhrase
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsuseractivity/suggestedinvocationphrase
---

# suggestedInvocationPhrase

A phrase suggested to the user when they create a shortcut.

## Declaration

```swift
var suggestedInvocationPhrase: String? { get set }
```

## Discussion

Discussion The system displays the suggested invocation phrase to the user when they create the shortcut. Use a short, memorable phrase, such as “Soup time”.

note: To access the suggestedInvocationPhrase property, import the Intents framework.

## See Also

### Providing SiriKit with activity details

- [interaction](foundation/nsuseractivity/interaction.md)
- [shortcutAvailability](foundation/nsuseractivity/shortcutavailability.md)
