---
title: spokenPhrase
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inspeakable/spokenphrase
---

# spokenPhrase

The phrase identified by Siri.

## Declaration

```swift
var spokenPhrase: String { get }
```

## Mentioned in

Handling an Intent

## Discussion

Discussion Typically, this phrase corresponds to a custom term defined in the AppIntentVocabulary.plist file of your Intents extension, but it may also be a custom phrase spoken by the user. In both cases, it represents a term that you must resolve as part of handling an intent. For example, it might contain a workout name that you must resolve.

## See Also

### Getting the Spoken Attributes

- [pronunciationHint](intents/inspeakable/pronunciationhint.md)
