abstract fun focusedTopicRecommendations(maxRecommendations: Int!): MutableList<Phrase!>!
Obtain a list of possible human utterances for the currently focused topic of this QiChatbot
maxRecommendation
- The maximum amount of recommendations to return
Return
MutableList<Phrase!>!: The list of possible utterances
Since
3