open class StandardReplyReaction : AnyObjectWrapper, ReplyReaction
Default implementation of ReplyReaction.
Since
3
<init> |
StandardReplyReaction(chatbotReaction: BaseChatbotReaction, replyPriority: ReplyPriority) |
advertise |
open fun advertise(): AnyObject! |
async |
open fun async(): Async! |
getChatbotReaction |
open fun getChatbotReaction(): ChatbotReaction! |
getReplyPriority |
open fun getReplyPriority(): ReplyPriority! |
toString |
open fun toString(): String |
RunnableReplyReaction |
Alternative ReplyReaction that allows the implementation of its execution by heirs instead of delegating it to a ChatbotReaction. abstract class RunnableReplyReaction : StandardReplyReaction, WithSpeechEngineRunnable, OnChatbotReactionHandlingStatusChangedListener |