interface PhraseSet
Object representing a set of phrases. Used to regroup phrases considered as synonyms. Example: "yes", "yep", "indeed", ...
Since
1
Async |
interface Async |
async |
abstract fun async(): Async! |
getPhrases |
Return the phrases of the PhraseSet. abstract fun getPhrases(): MutableList<Phrase!>! |