qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatbot / Async / focusedTopicRecommendations

focusedTopicRecommendations

abstract fun focusedTopicRecommendations(maxRecommendations: Int!): Future<MutableList<Phrase!>!>!

Obtain a list of possible human utterances for the currently focused topic of this QiChatbot

Parameters

maxRecommendation - The maximum amount of recommendations to return

Return
Future<MutableList<Phrase!>!>!: The list of possible utterances

Since
3