qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatbot / globalRecommendations

globalRecommendations

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

Obtain a list of possible human utterances for this QiChatbot as a whole

Parameters

maxRecommendation - The maximum amount of recommendations to return

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

Since
3