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

removePhrases

abstract fun removePhrases(phrasesToRemove: MutableList<Phrase!>!): Future<Void!>!

Remove the given Phrases from the EditablePhraseSet. If a phrase is not present in the EditablePhraseSet, it will be ignored. This updates the phrases property.

Parameters

phrasesToRemove - MutableList<Phrase!>!: The list of Phrases to remove.

Since
1