All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.justai.jaicf.reactions.ResponseReactions.kt Maven / Gradle / Ivy

package com.justai.jaicf.reactions

import com.justai.jaicf.api.BotResponse

/**
 * A base abstraction for reactions that hold a particular channel-related [BotResponse] that could be filled with some replies.
 * Used mostly by synchronous channels like Aimybox, Alexa or Google Assistant that respond wih single response on every request.
 *
 * @property response a channel-related response that should be filled by reactions methods
 *
 * @see [Reactions]
 * @see [BotResponse]
 */
abstract class ResponseReactions(
    open val response: TResponse
) : Reactions()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy