---
title: "init(spokenPhrase:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/inspeakablestring/init(spokenphrase:)"
---

# init(spokenPhrase:)

Initializes the string with the specified phrase.

## Declaration

```swift
convenience init(spokenPhrase: String)
```

## Parameters

- `spokenPhrase`: The phrase to be spoken.

## Return Value

Return Value An initialized speakable string object.

## See Also

### Initializing a Speakable String

- [init(vocabularyIdentifier:spokenPhrase:pronunciationHint:)](intents/inspeakablestring/init(vocabularyidentifier:spokenphrase:pronunciationhint:).md)
- [init(identifier:spokenPhrase:pronunciationHint:)](intents/inspeakablestring/init(identifier:spokenphrase:pronunciationhint:).md)
