qisdk / com.aldebaran.qi.sdk.object.conversation / RunnableReplyReaction

RunnableReplyReaction

abstract class RunnableReplyReaction : StandardReplyReaction, WithSpeechEngineRunnable, OnChatbotReactionHandlingStatusChangedListener

Alternative ReplyReaction that allows the implementation of its execution by heirs instead of delegating it to a ChatbotReaction.

Constructors

<init>

RunnableReplyReaction(context: QiContext!, replyPriority: ReplyPriority!)

Functions

onChatbotReactionHandlingStatusChanged

open fun onChatbotReactionHandlingStatusChanged(updateStatus: ChatbotReactionHandlingStatus!): Unit

runWith

abstract fun runWith(speechEngine: SpeechEngine!): Unit

stop

abstract fun stop(): Unit

toString

open fun toString(): String