<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/NegativeAppShortcutPhrase",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents08NegativeA14ShortcutPhraseV"
  },
  "title" : "NegativeAppShortcutPhrase"
}
-->

# NegativeAppShortcutPhrase

An object that represents a negative phrase.

```
struct NegativeAppShortcutPhrase
```

## 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

[`struct StringInterpolation`](/documentation/AppIntents/NegativeAppShortcutPhrase/StringInterpolation)

A string you construct using literal values, content from intent parameters, and other interpolated values.

### Initializers

[`init(String)`](/documentation/AppIntents/NegativeAppShortcutPhrase/init(_:))

## Relationships

### Conforms To

[`ExpressibleByExtendedGraphemeClusterLiteral`](/documentation/Swift/ExpressibleByExtendedGraphemeClusterLiteral)

[`ExpressibleByUnicodeScalarLiteral`](/documentation/Swift/ExpressibleByUnicodeScalarLiteral)

[`ExpressibleByStringLiteral`](/documentation/Swift/ExpressibleByStringLiteral)

[`ExpressibleByStringInterpolation`](/documentation/Swift/ExpressibleByStringInterpolation)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)