abstract class RunnableReplyReaction : StandardReplyReaction, WithSpeechEngineRunnable, OnChatbotReactionHandlingStatusChangedListener
Alternative ReplyReaction that allows the implementation of its execution by heirs instead of delegating it to a ChatbotReaction.
<init> |
RunnableReplyReaction(context: QiContext!, replyPriority: ReplyPriority!) |
onChatbotReactionHandlingStatusChanged |
open fun onChatbotReactionHandlingStatusChanged(updateStatus: ChatbotReactionHandlingStatus!): Unit |
runWith |
abstract fun runWith(speechEngine: SpeechEngine!): Unit |
stop |
abstract fun stop(): Unit |
toString |
open fun toString(): String |