---
title: NegativeAppShortcutPhrase
framework: appintents
role: symbol
role_heading: Structure
path: appintents/negativeappshortcutphrase
---

# NegativeAppShortcutPhrase

An object that represents a negative phrase.

## Declaration

```swift
struct NegativeAppShortcutPhrase
```

## Overview

Overview Each negative phrase will be used to populate an app-level negative training set. This set will contain phrases that will completely bypass your app.

## Topics

### Structures

- [NegativeAppShortcutPhrase.StringInterpolation](appintents/negativeappshortcutphrase/stringinterpolation.md)

### Initializers

- [init(_:)](appintents/negativeappshortcutphrase/init(_:).md)

## Relationships

### Conforms To

- [ExpressibleByExtendedGraphemeClusterLiteral](swift/expressiblebyextendedgraphemeclusterliteral.md)
- [ExpressibleByStringInterpolation](swift/expressiblebystringinterpolation.md)
- [ExpressibleByStringLiteral](swift/expressiblebystringliteral.md)
- [ExpressibleByUnicodeScalarLiteral](swift/expressiblebyunicodescalarliteral.md)

## See Also

### App Shortcut definition

- [AppShortcut](appintents/appshortcut.md)
- [AppShortcutPhrase](appintents/appshortcutphrase.md)
- [AppShortcutPhraseToken](appintents/appshortcutphrasetoken.md)
- [NegativeAppShortcutPhrases](appintents/negativeappshortcutphrases.md)
- [NSAppIconActionTintColorName](bundleresources/information-property-list/cfbundleicons/cfbundleprimaryicon/nsappiconactiontintcolorname.md)
- [NSAppIconComplementingColorNames](bundleresources/information-property-list/cfbundleicons/cfbundleprimaryicon/nsappiconcomplementingcolornames.md)
- [AppShortcutsBuilder](appintents/appshortcutsbuilder.md)
- [ShortcutTileColor](appintents/shortcuttilecolor.md)
- [AppShortcutsContent](appintents/appshortcutscontent.md)
