tock / ai.tock.bot.engine / BotBus / contextValue

contextValue

open fun <T : Any> contextValue(name: String): T? (source)
open fun <T : Any> contextValue(key: ParameterKey): T? (source)

Returns the persistent current context value.