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

ReplyReaction

interface ReplyReaction

A Chatbot reaction to a human utterance

Since
3

Types

Async

interface Async

Functions

async

abstract fun async(): Async!

getChatbotReaction

Exposes the property chatbotReaction value

abstract fun getChatbotReaction(): ChatbotReaction!

getReplyPriority

Exposes the property replyPriority value

abstract fun getReplyPriority(): ReplyPriority!

Inheritors

StandardReplyReaction

Default implementation of ReplyReaction.

open class StandardReplyReaction : AnyObjectWrapper, ReplyReaction