interface OnAutonomousReactionChangedListener
Listener for autonomousReaction property changed event
Since
3
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 |