qisdk / com.aldebaran.qi.sdk.object.conversation / EditablePhraseSet / Async / addPhrases

addPhrases

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.

Parameters

newPhrases - MutableList<Phrase!>!: The list of Phrases to add

Since
1