open fun withPhraseSets(vararg phraseSets: PhraseSet!): ListenBuilder!
Configure the phrase sets used by Listen
phraseSets - PhraseSet!: the phrase sets
Return
ListenBuilder!: the builder
open fun withPhraseSets(phraseSets: MutableList<PhraseSet!>!): ListenBuilder!
Configure the phrase sets used by Listen
phraseSets - MutableList<PhraseSet!>!: the phrase sets list
Return
ListenBuilder!: the builder