tock / ai.tock.bot.engine / BotBus / changeContextValue

changeContextValue

open fun changeContextValue(name: String, value: Any?): Unit (source)

Updates persistent context value. Do not store Collection or Map in the context, only plain objects or typed arrays.

open fun changeContextValue(key: ParameterKey, value: Any?): Unit (source)

Updates persistent context value.