interface AutonomousReaction
A reaction Suggested by a Chatbot
Since
3
Async |
interface Async |
async |
abstract fun async(): Async! |
getChatbotReaction |
Exposes the property chatbotReaction value abstract fun getChatbotReaction(): ChatbotReaction! |
getImportance |
Exposes the property importance value abstract fun getImportance(): AutonomousReactionImportance! |
getValidity |
Exposes the property validity value abstract fun getValidity(): AutonomousReactionValidity! |
StandardAutonomousReaction |
Default implementation of AutonomousReaction. open class StandardAutonomousReaction : AnyObjectWrapper, AutonomousReaction |