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

StandardReplyReaction

open class StandardReplyReaction : AnyObjectWrapper, ReplyReaction

Default implementation of ReplyReaction.

Since
3

Constructors

<init>

StandardReplyReaction(chatbotReaction: BaseChatbotReaction, replyPriority: ReplyPriority)

Functions

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

Inheritors

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