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

com.justai.jaicf.context.ProcessContext.kt Maven / Gradle / Ivy

package com.justai.jaicf.context

import com.justai.jaicf.activator.ActivationContext
import com.justai.jaicf.api.BotRequest
import com.justai.jaicf.reactions.Reactions

/**
 * An internal class that holds everything about current invocation of bot engine process method.
 */
data class ProcessContext(
    val request: BotRequest,
    val reactions: Reactions,
    val requestContext: RequestContext,
    val botContext: BotContext,
    val activationContext: ActivationContext,
    val executionContext: ExecutionContext
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy