qisdk / com.aldebaran.qi.sdk.object.conversation / Chatbot / OnAutonomousReactionChangedListener

OnAutonomousReactionChangedListener

interface OnAutonomousReactionChangedListener

Listener for autonomousReaction property changed event

Since
3

Functions

onAutonomousReactionChanged

Represents a ChatbotReaction suggested spontaneously by the Chatbot and which is not the reaction to a Phrase (as those should be managed by Chatbot.replyTo()). Ex: The robot sees a person and the Chatbot wants to proactively greet him.

abstract fun onAutonomousReactionChanged(autonomousReaction: AutonomousReaction!): Unit