open class PhraseSetBuilder
Build a new PhraseSet
build |
Create the open fun build(): PhraseSet! |
buildAsync |
Create the open fun buildAsync(): Future<PhraseSet!>! |
with |
Create a new builder from the qiContext open static fun with(context: QiContext!): PhraseSetBuilder! |
withPhrases |
Add phrases from string resources open fun withPhrases(vararg phrases: Phrase!): PhraseSetBuilder! open fun withPhrases(phrases: MutableList<Phrase!>!): PhraseSetBuilder! |
withResources |
Add phrases from string resources open fun withResources(vararg resIds: Int!): PhraseSetBuilder! |
withTexts |
Add phrases from texts open fun withTexts(vararg texts: String!): PhraseSetBuilder! |