abstract fun getAutonomousReaction(): Future<AutonomousReaction!>!
Exposes the property autonomousReaction value
Return
Future<AutonomousReaction!>!: the autonomousReaction value
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.
Since
3