abstract fun addPhrases(newPhrases: MutableList<Phrase!>!): Future<Void!>!
Add the given Phrases to the EditablePhraseSet. If a Phrase is already in the EditablePhraseSet, it will not be added a second time. This updates the phrases property.
newPhrases
- MutableList<Phrase!>!: The list of Phrases to add
Since
1