abstract fun onAutonomousReactionChanged(autonomousReaction: AutonomousReaction!): Unit
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.
autonomousReaction
- AutonomousReaction!: the autonomousReaction value
Since
3