interface ReplyReaction
A Chatbot reaction to a human utterance
Since
3
Async |
interface Async |
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! |
StandardReplyReaction |
Default implementation of ReplyReaction. open class StandardReplyReaction : AnyObjectWrapper, ReplyReaction |